Class RegExprSpec_


  • public class RegExprSpec_
    extends java.lang.Object
    The object type of entries in the vector "respecs" of class "TokenProduction".
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Action act
      The action corresponding to this specification.
      java.lang.String nextState
      The next state corresponding to this specification.
      Token nsTok
      If the next state specification was explicit in the previous case, then this token is that of the identifier denoting the next state.
      RegularExpression_ rexp
      The regular expression of this specification.
    • Constructor Summary

      Constructors 
      Constructor Description
      RegExprSpec_()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • act

        public Action act
        The action corresponding to this specification.
      • nextState

        public java.lang.String nextState
        The next state corresponding to this specification. If no next state has been specified, this field is set to "null".
      • nsTok

        public Token nsTok
        If the next state specification was explicit in the previous case, then this token is that of the identifier denoting the next state. This is used for location information, etc. in error reporting.
    • Constructor Detail

      • RegExprSpec_

        public RegExprSpec_()