Package org.javacc.parser
Class MatchInfo
java.lang.Object
org.javacc.parser.MatchInfo
Describes a match, within a given lookahead.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) final int(package private) final int[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
laLimit
final int laLimit -
match
final int[] match -
firstFreeLoc
int firstFreeLoc
-
-
Constructor Details
-
MatchInfo
MatchInfo(int laLimit) Constructs an instance ofMatchInfo.
-