Interface MatrixParserConstants

  • All Known Implementing Classes:
    MatrixParser, MatrixParserTokenManager

    public interface MatrixParserConstants
    Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int COMMENT
      RegularExpression Id.
      static int CONSTANT
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int EOF
      End of File.
      static int FLOAT
      RegularExpression Id.
      static int INTEGER
      RegularExpression Id.
      static int NAME
      RegularExpression Id.
      static int NATURAL
      RegularExpression Id.
      static int SIGN
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.