public interface JavaTokenType extends TokenType
BAD_CHARACTER, CODE_FRAGMENT, DUMMY_HOLDER, ERROR_ELEMENT, NEW_LINE_INDENT, WHITE_SPACE
static final IElementType IDENTIFIER
static final IElementType C_STYLE_COMMENT
static final IElementType END_OF_LINE_COMMENT
static final IElementType INTEGER_LITERAL
static final IElementType LONG_LITERAL
static final IElementType FLOAT_LITERAL
static final IElementType DOUBLE_LITERAL
static final IElementType CHARACTER_LITERAL
static final IElementType STRING_LITERAL
static final IElementType TEXT_BLOCK_LITERAL
static final IElementType TRUE_KEYWORD
static final IElementType FALSE_KEYWORD
static final IElementType NULL_KEYWORD
static final IElementType ABSTRACT_KEYWORD
static final IElementType ASSERT_KEYWORD
static final IElementType BOOLEAN_KEYWORD
static final IElementType BREAK_KEYWORD
static final IElementType BYTE_KEYWORD
static final IElementType CASE_KEYWORD
static final IElementType CATCH_KEYWORD
static final IElementType CHAR_KEYWORD
static final IElementType CLASS_KEYWORD
static final IElementType CONST_KEYWORD
static final IElementType CONTINUE_KEYWORD
static final IElementType DEFAULT_KEYWORD
static final IElementType DO_KEYWORD
static final IElementType DOUBLE_KEYWORD
static final IElementType ELSE_KEYWORD
static final IElementType ENUM_KEYWORD
static final IElementType EXTENDS_KEYWORD
static final IElementType FINAL_KEYWORD
static final IElementType FINALLY_KEYWORD
static final IElementType FLOAT_KEYWORD
static final IElementType FOR_KEYWORD
static final IElementType GOTO_KEYWORD
static final IElementType IF_KEYWORD
static final IElementType IMPLEMENTS_KEYWORD
static final IElementType IMPORT_KEYWORD
static final IElementType INSTANCEOF_KEYWORD
static final IElementType INT_KEYWORD
static final IElementType INTERFACE_KEYWORD
static final IElementType LONG_KEYWORD
static final IElementType NATIVE_KEYWORD
static final IElementType NEW_KEYWORD
static final IElementType PACKAGE_KEYWORD
static final IElementType PRIVATE_KEYWORD
static final IElementType PUBLIC_KEYWORD
static final IElementType SHORT_KEYWORD
static final IElementType SUPER_KEYWORD
static final IElementType SWITCH_KEYWORD
static final IElementType SYNCHRONIZED_KEYWORD
static final IElementType THIS_KEYWORD
static final IElementType THROW_KEYWORD
static final IElementType PROTECTED_KEYWORD
static final IElementType TRANSIENT_KEYWORD
static final IElementType RETURN_KEYWORD
static final IElementType VOID_KEYWORD
static final IElementType STATIC_KEYWORD
static final IElementType STRICTFP_KEYWORD
static final IElementType WHILE_KEYWORD
static final IElementType TRY_KEYWORD
static final IElementType VOLATILE_KEYWORD
static final IElementType THROWS_KEYWORD
static final IElementType LPARENTH
static final IElementType RPARENTH
static final IElementType LBRACE
static final IElementType RBRACE
static final IElementType LBRACKET
static final IElementType RBRACKET
static final IElementType SEMICOLON
static final IElementType COMMA
static final IElementType DOT
static final IElementType ELLIPSIS
static final IElementType AT
static final IElementType EQ
static final IElementType GT
static final IElementType LT
static final IElementType EXCL
static final IElementType TILDE
static final IElementType QUEST
static final IElementType COLON
static final IElementType PLUS
static final IElementType MINUS
static final IElementType ASTERISK
static final IElementType DIV
static final IElementType AND
static final IElementType OR
static final IElementType XOR
static final IElementType PERC
static final IElementType EQEQ
static final IElementType LE
static final IElementType GE
static final IElementType NE
static final IElementType ANDAND
static final IElementType OROR
static final IElementType PLUSPLUS
static final IElementType MINUSMINUS
static final IElementType LTLT
static final IElementType GTGT
static final IElementType GTGTGT
static final IElementType PLUSEQ
static final IElementType MINUSEQ
static final IElementType ASTERISKEQ
static final IElementType DIVEQ
static final IElementType ANDEQ
static final IElementType OREQ
static final IElementType XOREQ
static final IElementType PERCEQ
static final IElementType LTLTEQ
static final IElementType GTGTEQ
static final IElementType GTGTGTEQ
static final IElementType DOUBLE_COLON
static final IElementType ARROW
static final IElementType OPEN_KEYWORD
static final IElementType MODULE_KEYWORD
static final IElementType REQUIRES_KEYWORD
static final IElementType EXPORTS_KEYWORD
static final IElementType OPENS_KEYWORD
static final IElementType USES_KEYWORD
static final IElementType PROVIDES_KEYWORD
static final IElementType TRANSITIVE_KEYWORD
static final IElementType TO_KEYWORD
static final IElementType WITH_KEYWORD
static final IElementType VAR_KEYWORD
static final IElementType YIELD_KEYWORD
static final IElementType RECORD_KEYWORD