Uses of Class
org.javacc.parser.Semanticize
-
Packages that use Semanticize Package Description org.javacc.parser A grammar and lexer generator. -
-
Uses of Semanticize in org.javacc.parser
Fields in org.javacc.parser declared as Semanticize Modifier and Type Field Description private SemanticizeSemanticize.LookaheadChecker. semanticizeMethods in org.javacc.parser with parameters of type Semanticize Modifier and Type Method Description (package private) static voidLookaheadCalc. ebnfCalc(Expansion exp, Expansion nested, Semanticize semanticize)(package private) java.util.List<MatchInfo>LookaheadWalk. genFollowSet(java.util.List<MatchInfo> partialMatches, Expansion exp, long generation, Semanticize semanticize)Constructors in org.javacc.parser with parameters of type Semanticize Constructor Description LookaheadChecker(Semanticize semanticize)
-