Interface JsltParserConstants

  • All Known Implementing Classes:
    JsltParser, JsltParserTokenManager

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

      Fields 
      Modifier and Type Field Description
      static int AND
      RegularExpression Id.
      static int AS
      RegularExpression Id.
      static int ASSIGN
      RegularExpression Id.
      static int BIGGER
      RegularExpression Id.
      static int BIGOREQ
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int DECIMAL
      RegularExpression Id.
      static int DEF
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DOT
      RegularExpression Id.
      static int ELSE
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQUALS
      RegularExpression Id.
      static int FALSE
      RegularExpression Id.
      static int FOR
      RegularExpression Id.
      static int IDENT
      RegularExpression Id.
      static int IF
      RegularExpression Id.
      static int IMPORT
      RegularExpression Id.
      static int INTEGER
      RegularExpression Id.
      static int LBRACKET
      RegularExpression Id.
      static int LCURLY
      RegularExpression Id.
      static int LET
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int PIDENT
      RegularExpression Id.
      static int PIPE
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int RBRACKET
      RegularExpression Id.
      static int RCURLY
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int SINGLE_LINE_COMMENT
      RegularExpression Id.
      static int SLASH
      RegularExpression Id.
      static int SMALLER
      RegularExpression Id.
      static int SMALLOREQ
      RegularExpression Id.
      static int STAR
      RegularExpression Id.
      static int STRING
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int TRUE
      RegularExpression Id.
      static int UNEQUALS
      RegularExpression Id.
      static int VARIABLE
      RegularExpression Id.