Interface CParserConstants

  • All Known Implementing Classes:
    CParser, CParserTokenManager

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

      Fields 
      Modifier and Type Field Description
      static int ASM
      RegularExpression Id.
      static int ASM_SEMI
      RegularExpression Id.
      static int ASMBLOCK
      Lexical state.
      static int ASMBLOCKB
      RegularExpression Id.
      static int ASMBLOCKP
      RegularExpression Id.
      static int ATTRIBUTE
      RegularExpression Id.
      static int AUTO
      RegularExpression Id.
      static int BREAK
      RegularExpression Id.
      static int CASE
      RegularExpression Id.
      static int CDECL
      RegularExpression Id.
      static int CHAR
      RegularExpression Id.
      static int CHARACTER_LITERAL
      RegularExpression Id.
      static int CONST
      RegularExpression Id.
      static int CONTINUE
      RegularExpression Id.
      static int DECIMAL_LITERAL
      RegularExpression Id.
      static int DECLSPEC
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DFLT
      RegularExpression Id.
      static int DIGIT
      RegularExpression Id.
      static int DO
      RegularExpression Id.
      static int DOUBLE
      RegularExpression Id.
      static int ELSE
      RegularExpression Id.
      static int ENUM
      RegularExpression Id.
      static int EOF
      End of File.
      static int EXPONENT
      RegularExpression Id.
      static int EXTENSION
      RegularExpression Id.
      static int EXTERN
      RegularExpression Id.
      static int FAR
      RegularExpression Id.
      static int FASTCALL
      RegularExpression Id.
      static int FLOAT
      RegularExpression Id.
      static int FLOATING_POINT_LITERAL
      RegularExpression Id.
      static int FOR
      RegularExpression Id.
      static int GOTO
      RegularExpression Id.
      static int HEX_LITERAL
      RegularExpression Id.
      static int IDENTIFIER
      RegularExpression Id.
      static int IF
      RegularExpression Id.
      static int INLINE
      RegularExpression Id.
      static int INT
      RegularExpression Id.
      static int INT16
      RegularExpression Id.
      static int INT32
      RegularExpression Id.
      static int INT64
      RegularExpression Id.
      static int INT8
      RegularExpression Id.
      static int INTEGER_LITERAL
      RegularExpression Id.
      static int INTERFACE
      RegularExpression Id.
      static int LETTER
      RegularExpression Id.
      static int LINE
      RegularExpression Id.
      static int LINEALT
      RegularExpression Id.
      static int LINEBLOCK
      Lexical state.
      static int LINENUMBER_LITERAL
      RegularExpression Id.
      static int LONG
      RegularExpression Id.
      static int NEAR
      RegularExpression Id.
      static int OBJC
      Lexical state.
      static int OBJC_DIGIT
      RegularExpression Id.
      static int OBJC_IDENTIFIER
      RegularExpression Id.
      static int OBJC_IGNORE
      RegularExpression Id.
      static int OBJC_LETTER
      RegularExpression Id.
      static int OBJC_SEMI
      RegularExpression Id.
      static int OBJC2
      Lexical state.
      static int OBJC2_END
      RegularExpression Id.
      static int OBJC2_IGNORE
      RegularExpression Id.
      static int OCTAL_LITERAL
      RegularExpression Id.
      static int PATH_LITERAL
      RegularExpression Id.
      static int PCLOSE
      RegularExpression Id.
      static int PCOLON
      RegularExpression Id.
      static int PCOMMA
      RegularExpression Id.
      static int PDECIMAL_LITERAL
      RegularExpression Id.
      static int PDIGIT
      RegularExpression Id.
      static int PHASH
      RegularExpression Id.
      static int PHEX_LITERAL
      RegularExpression Id.
      static int PIDENTIFIER
      RegularExpression Id.
      static int PINTEGER_LITERAL
      RegularExpression Id.
      static int PLETTER
      RegularExpression Id.
      static int POCTAL_LITERAL
      RegularExpression Id.
      static int POPEN
      RegularExpression Id.
      static int PRAGMA
      RegularExpression Id.
      static int PRAGMALINE
      Lexical state.
      static int PROTOCOL
      RegularExpression Id.
      static int PSTRING_LITERAL
      RegularExpression Id.
      static int PTR32
      RegularExpression Id.
      static int PTR64
      RegularExpression Id.
      static int QUOTE_C
      RegularExpression Id.
      static int READABLETO
      RegularExpression Id.
      static int REGISTER
      RegularExpression Id.
      static int RESTRICT
      RegularExpression Id.
      static int RETURN
      RegularExpression Id.
      static int SHORT
      RegularExpression Id.
      static int SIGNED
      RegularExpression Id.
      static int SIZEOF
      RegularExpression Id.
      static int STATIC
      RegularExpression Id.
      static int STDCALL
      RegularExpression Id.
      static int STRING_LITERAL
      RegularExpression Id.
      static int STRUCT
      RegularExpression Id.
      static int SWITCH
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int TYPEDEF
      RegularExpression Id.
      static int UNION
      RegularExpression Id.
      static int UNSIGNED
      RegularExpression Id.
      static int VOID
      RegularExpression Id.
      static int VOLATILE
      RegularExpression Id.
      static int W64
      RegularExpression Id.
      static int WCHAR
      RegularExpression Id.
      static int WHILE
      RegularExpression Id.