Uses of Class
org.antlr.v4.tool.ast.PredAST
Packages that use PredAST
Package
Description
-
Uses of PredAST in org.antlr.v4.automata
Methods in org.antlr.v4.automata with parameters of type PredASTModifier and TypeMethodDescriptionBuild what amounts to an epsilon transition with a semantic predicate action.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 -
Uses of PredAST in org.antlr.v4.semantics
Methods in org.antlr.v4.semantics with parameters of type PredAST -
Uses of PredAST in org.antlr.v4.tool
Fields in org.antlr.v4.tool with type parameters of type PredASTModifier and TypeFieldDescriptionGrammar.indexToPredMap
Map the other direction upon demandGrammar.sempreds
All 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 PredASTMethods in org.antlr.v4.tool with parameters of type PredASTModifier and TypeMethodDescriptionvoid
Rule.definePredicateInAlt
(int currentAlt, PredAST predAST) -
Uses of PredAST in org.antlr.v4.tool.ast
Methods in org.antlr.v4.tool.ast that return PredASTMethods in org.antlr.v4.tool.ast with parameters of type PredASTConstructors in org.antlr.v4.tool.ast with parameters of type PredAST