Package org.javacc.parser
Class MatchInfo
- java.lang.Object
-
- org.javacc.parser.MatchInfo
-
class MatchInfo extends java.lang.ObjectDescribes a match, within a given lookahead.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intfirstFreeLoc(package private) intlaLimit(package private) int[]match
-
-
-
Constructor Detail
-
MatchInfo
MatchInfo(int laLimit)
Constructs an instance ofMatchInfo.
-
-