Class MatchInfo


  • class MatchInfo
    extends java.lang.Object
    Describes a match, within a given lookahead.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int firstFreeLoc  
      (package private) int laLimit  
      (package private) int[] match  
    • Constructor Summary

      Constructors 
      Constructor Description
      MatchInfo​(int laLimit)
      Constructs an instance of MatchInfo.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • laLimit

        final int laLimit
      • match

        final int[] match
      • firstFreeLoc

        int firstFreeLoc
    • Constructor Detail

      • MatchInfo

        MatchInfo​(int laLimit)
        Constructs an instance of MatchInfo.