Class LookaheadWalk
java.lang.Object
org.javacc.parser.LookaheadWalk
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenFirstSet(List<MatchInfo> partialMatches, Expansion exp) genFollowSet(List<MatchInfo> partialMatches, Expansion exp, long generation, Semanticize semanticize) Gets thesizeLimitedMatches.private voidlistAppend(List<MatchInfo> vToAppendTo, List<MatchInfo> vToAppend) private voidlistSplit(List<MatchInfo> toSplit, List<MatchInfo> mask, List<MatchInfo> partInMask, List<MatchInfo> rest)
-
Field Details
-
considerSemanticLA
private final boolean considerSemanticLA -
sizeLimitedMatches
-
-
Constructor Details
-
LookaheadWalk
LookaheadWalk(boolean considerSemanticLA)
-
-
Method Details
-
getSizeLimitedMatches
Gets thesizeLimitedMatches. -
listAppend
-
genFirstSet
-
listSplit
-
genFollowSet
-