Interface MatlabParserConstants

  • All Known Implementing Classes:
    MatlabParserTokenManager

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

      Fields 
      Modifier and Type Field Description
      static int AT
      RegularExpression Id.
      static int BIN_AND
      RegularExpression Id.
      static int BIN_OR
      RegularExpression Id.
      static int BREAK
      RegularExpression Id.
      static int CASE
      RegularExpression Id.
      static int CATCH
      RegularExpression Id.
      static int CLEAR
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int CONTINUE
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGIT
      RegularExpression Id.
      static int DOT
      RegularExpression Id.
      static int DOUBLE_EQ
      RegularExpression Id.
      static int EL_CCT
      RegularExpression Id.
      static int EL_EXP
      RegularExpression Id.
      static int EL_LEFTDIV
      RegularExpression Id.
      static int EL_RIGHTDIV
      RegularExpression Id.
      static int EL_TIMES
      RegularExpression Id.
      static int ELSE
      RegularExpression Id.
      static int ELSEIF
      RegularExpression Id.
      static int END
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQ
      RegularExpression Id.
      static int ESC_SEQ
      RegularExpression Id.
      static int EXP
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int FLOAT
      RegularExpression Id.
      static int FOR
      RegularExpression Id.
      static int FUNCTION
      RegularExpression Id.
      static int GLOBAL
      RegularExpression Id.
      static int GRT
      RegularExpression Id.
      static int GRTE
      RegularExpression Id.
      static int HEX_DIGIT
      RegularExpression Id.
      static int ID
      RegularExpression Id.
      static int IF
      RegularExpression Id.
      static int IN_COMMENT
      Lexical state.
      static int INT
      RegularExpression Id.
      static int LBRACE
      RegularExpression Id.
      static int LEFTDIV
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LOG_AND
      RegularExpression Id.
      static int LOG_OR
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int LSBRACE
      RegularExpression Id.
      static int LST
      RegularExpression Id.
      static int LSTE
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int MULTI_LINE_COMMENT
      RegularExpression Id.
      static int NEG
      RegularExpression Id.
      static int NEQ
      RegularExpression Id.
      static int OCTAL_DIGIT
      RegularExpression Id.
      static int OCTAL_ESC
      RegularExpression Id.
      static int OTHERWISE
      RegularExpression Id.
      static int PERSISTENT
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int RBRACE
      RegularExpression Id.
      static int RETURN
      RegularExpression Id.
      static int RIGHTDIV
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int RSBRACE
      RegularExpression Id.
      static int SEMI
      RegularExpression Id.
      static int SINGLE_LINE_COMMENT
      RegularExpression Id.
      static int STRING
      RegularExpression Id.
      static int SWITCH
      RegularExpression Id.
      static int TIMES
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int TR
      RegularExpression Id.
      static int TRANSPOSE
      Lexical state.
      static int TRY
      RegularExpression Id.
      static int UNICODE_ESC
      RegularExpression Id.
      static int VARARGIN
      RegularExpression Id.
      static int WHILE
      RegularExpression Id.