Uses of Class
org.antlr.v4.tool.ast.PredAST
-
Packages that use PredAST Package Description org.antlr.v4.automata org.antlr.v4.parse org.antlr.v4.semantics org.antlr.v4.tool org.antlr.v4.tool.ast -
-
Uses of PredAST in org.antlr.v4.automata
Methods in org.antlr.v4.automata with parameters of type PredAST Modifier and Type Method Description ATNFactory.HandleATNFactory. sempred(PredAST pred)Build what amounts to an epsilon transition with a semantic predicate action.ATNFactory.HandleParserATNFactory. sempred(PredAST pred)Build what amounts to an epsilon transition with a semantic predicate action. -
Uses of PredAST in org.antlr.v4.parse
Methods in org.antlr.v4.parse with parameters of type PredAST Modifier and Type Method Description voidGrammarTreeVisitor. sempredInAlt(PredAST pred) -
Uses of PredAST in org.antlr.v4.semantics
Methods in org.antlr.v4.semantics with parameters of type PredAST Modifier and Type Method Description voidSymbolCollector. sempredInAlt(PredAST pred) -
Uses of PredAST in org.antlr.v4.tool
Fields in org.antlr.v4.tool with type parameters of type PredAST Modifier and Type Field Description LinkedHashMap<Integer,PredAST>Grammar. indexToPredMapMap the other direction upon demandLinkedHashMap<PredAST,Integer>Grammar. sempredsAll sempreds found in grammar; maps tree node to sempred index; sempred index is 0..n-1Methods in org.antlr.v4.tool that return types with arguments of type PredAST Modifier and Type Method Description LinkedHashMap<Integer,PredAST>Grammar. getIndexToPredicateMap()Methods in org.antlr.v4.tool with parameters of type PredAST Modifier and Type Method Description voidRule. definePredicateInAlt(int currentAlt, PredAST predAST) -
Uses of PredAST in org.antlr.v4.tool.ast
Methods in org.antlr.v4.tool.ast that return PredAST Modifier and Type Method Description PredASTPredAST. dupNode()Methods in org.antlr.v4.tool.ast with parameters of type PredAST Modifier and Type Method Description ObjectGrammarASTVisitor. visit(PredAST node)Constructors in org.antlr.v4.tool.ast with parameters of type PredAST Constructor Description PredAST(PredAST node)
-