Class MatchInfo

java.lang.Object
org.javacc.parser.MatchInfo

class MatchInfo extends Object
Describes a match, within a given lookahead.
  • Field Details

    • laLimit

      final int laLimit
    • match

      final int[] match
    • firstFreeLoc

      int firstFreeLoc
  • Constructor Details

    • MatchInfo

      MatchInfo(int laLimit)
      Constructs an instance of MatchInfo.