Class RBBITableBuilder.RBBIStateDescriptor

  • Enclosing class:
    RBBITableBuilder

    static class RBBITableBuilder.RBBIStateDescriptor
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int fAccepting  
      (package private) int[] fDtran  
      (package private) int fLookAhead  
      (package private) boolean fMarked  
      (package private) java.util.Set<RBBINode> fPositions  
      (package private) int fTagsIdx  
      (package private) java.util.SortedSet<java.lang.Integer> fTagVals  
    • Constructor Summary

      Constructors 
      Constructor Description
      RBBIStateDescriptor​(int maxInputSymbol)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • fMarked

        boolean fMarked
      • fAccepting

        int fAccepting
      • fLookAhead

        int fLookAhead
      • fTagVals

        java.util.SortedSet<java.lang.Integer> fTagVals
      • fTagsIdx

        int fTagsIdx
      • fPositions

        java.util.Set<RBBINode> fPositions
      • fDtran

        int[] fDtran
    • Constructor Detail

      • RBBIStateDescriptor

        RBBIStateDescriptor​(int maxInputSymbol)