Package org.javacc.parser
Class LookaheadWalk
- java.lang.Object
-
- org.javacc.parser.LookaheadWalk
-
public final class LookaheadWalk extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
considerSemanticLA
static java.util.ArrayList<MatchInfo>
sizeLimitedMatches
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<MatchInfo>
genFirstSet(java.util.List<MatchInfo> partialMatches, Expansion exp)
static java.util.List<MatchInfo>
genFollowSet(java.util.List<MatchInfo> partialMatches, Expansion exp, long generation)
static void
reInit()
-
-
-
Field Detail
-
considerSemanticLA
public static boolean considerSemanticLA
-
sizeLimitedMatches
public static java.util.ArrayList<MatchInfo> sizeLimitedMatches
-
-
Method Detail
-
genFirstSet
public static java.util.List<MatchInfo> genFirstSet(java.util.List<MatchInfo> partialMatches, Expansion exp)
-
genFollowSet
public static java.util.List<MatchInfo> genFollowSet(java.util.List<MatchInfo> partialMatches, Expansion exp, long generation)
-
reInit
public static void reInit()
-
-