Uses of Class
com.igormaznitsa.prologparser.AstItem
Packages that use AstItem
-
Uses of AstItem in com.igormaznitsa.prologparser
Fields in com.igormaznitsa.prologparser declared as AstItemModifier and TypeFieldDescriptionprivate AstItemAstItem.leftItemprivate AstItemAstItem.parentItemprivate AstItemAstItem.rightItemMethods in com.igormaznitsa.prologparser that return AstItemModifier and TypeMethodDescription(package private) AstItemAstItem.findFirstNodeWithSuchOrLowerPrecedence(int precedence) (package private) AstItemAstItem.findRoot()private AstItemAstItem.getLeftBranch()(package private) AstItemAstItem.getRightBranch()(package private) AstItemAstItem.makeAsOwnerWithLeftBranch(AstItem item) (package private) AstItemAstItem.makeAsRightBranch(AstItem item) Methods in com.igormaznitsa.prologparser with parameters of type AstItemModifier and TypeMethodDescription(package private) AstItemAstItem.makeAsOwnerWithLeftBranch(AstItem item) (package private) AstItemAstItem.makeAsRightBranch(AstItem item) private voidAstItem.replaceForOwner(AstItem newItem) private voidAstItem.setLeftBranch(AstItem item) private voidAstItem.setRightBranch(AstItem item)