com.intellij.psi
Interface JavaTokenType

All Superinterfaces:
TokenType

public interface JavaTokenType
extends TokenType


Field Summary
static IElementType ABSTRACT_KEYWORD
           
static IElementType AND
           
static IElementType ANDAND
           
static IElementType ANDEQ
           
static IElementType ASSERT_KEYWORD
           
static IElementType ASTERISK
           
static IElementType ASTERISKEQ
           
static IElementType AT
           
static IElementType BOOLEAN_KEYWORD
           
static IElementType BREAK_KEYWORD
           
static IElementType BYTE_KEYWORD
           
static IElementType C_STYLE_COMMENT
           
static IElementType CASE_KEYWORD
           
static IElementType CATCH_KEYWORD
           
static IElementType CHAR_KEYWORD
           
static IElementType CHARACTER_LITERAL
           
static IElementType CLASS_KEYWORD
           
static IElementType COLON
           
static IElementType COMMA
           
static TokenSet COMMENT_BIT_SET
           
static IElementType CONST_KEYWORD
           
static IElementType CONTINUE_KEYWORD
           
static IElementType DEFAULT_KEYWORD
           
static IElementType DIV
           
static IElementType DIVEQ
           
static IElementType DO_KEYWORD
           
static IElementType DOC_COMMENT
           
static IElementType DOT
           
static IElementType DOUBLE_KEYWORD
           
static IElementType DOUBLE_LITERAL
           
static IElementType ELLIPSIS
           
static IElementType ELSE_KEYWORD
           
static IElementType END_OF_LINE_COMMENT
           
static IElementType ENUM_KEYWORD
           
static IElementType EQ
           
static IElementType EQEQ
           
static IElementType EXCL
           
static IElementType EXTENDS_KEYWORD
           
static IElementType FALSE_KEYWORD
           
static IElementType FINAL_KEYWORD
           
static IElementType FINALLY_KEYWORD
           
static IElementType FLOAT_KEYWORD
           
static IElementType FLOAT_LITERAL
           
static IElementType FOR_KEYWORD
           
static IElementType GE
           
static IElementType GOTO_KEYWORD
           
static IElementType GT
           
static IElementType GTGT
           
static IElementType GTGTEQ
           
static IElementType GTGTGT
           
static IElementType GTGTGTEQ
           
static IElementType IDENTIFIER
           
static IElementType IF_KEYWORD
           
static IElementType IMPLEMENTS_KEYWORD
           
static IElementType IMPORT_KEYWORD
           
static IElementType INSTANCEOF_KEYWORD
           
static IElementType INT_KEYWORD
           
static IElementType INTEGER_LITERAL
           
static IElementType INTERFACE_KEYWORD
           
static TokenSet KEYWORD_BIT_SET
           
static IElementType LBRACE
           
static IElementType LBRACKET
           
static IElementType LE
           
static IElementType LONG_KEYWORD
           
static IElementType LONG_LITERAL
           
static IElementType LPARENTH
           
static IElementType LT
           
static IElementType LTLT
           
static IElementType LTLTEQ
           
static IElementType MINUS
           
static IElementType MINUSEQ
           
static IElementType MINUSMINUS
           
static IElementType MOCK_LBRACE
           
static IElementType MOCK_RBRACE
           
static TokenSet MODIFIER_BIT_SET
           
static IElementType NATIVE_KEYWORD
           
static IElementType NE
           
static IElementType NEW_KEYWORD
           
static IElementType NULL_KEYWORD
           
static TokenSet OPERATION_BIT_SET
           
static IElementType OR
           
static IElementType OREQ
           
static IElementType OROR
           
static IElementType PACKAGE_KEYWORD
           
static IElementType PERC
           
static IElementType PERCEQ
           
static IElementType PLUS
           
static IElementType PLUSEQ
           
static IElementType PLUSPLUS
           
static IElementType PRIVATE_KEYWORD
           
static IElementType PROTECTED_KEYWORD
           
static IElementType PUBLIC_KEYWORD
           
static IElementType QUEST
           
static IElementType RBRACE
           
static IElementType RBRACKET
           
static IElementType RETURN_KEYWORD
           
static IElementType RPARENTH
           
static IElementType SEMICOLON
           
static IElementType SHORT_KEYWORD
           
static IElementType STATIC_KEYWORD
           
static IElementType STRICTFP_KEYWORD
           
static IElementType STRING_LITERAL
           
static IElementType SUPER_KEYWORD
           
static IElementType SWITCH_KEYWORD
           
static IElementType SYNCHRONIZED_KEYWORD
           
static IElementType THIS_KEYWORD
           
static IElementType THROW_KEYWORD
           
static IElementType THROWS_KEYWORD
           
static IElementType TILDE
           
static IElementType TRANSIENT_KEYWORD
           
static IElementType TRUE_KEYWORD
           
static IElementType TRY_KEYWORD
           
static IElementType VOID_KEYWORD
           
static IElementType VOLATILE_KEYWORD
           
static IElementType WHILE_KEYWORD
           
static TokenSet WHITE_SPACE_OR_COMMENT_BIT_SET
           
static TokenSet WHITESPACE_BIT_SET
           
static IElementType XOR
           
static IElementType XOREQ
           
 
Fields inherited from interface com.intellij.psi.TokenType
BAD_CHARACTER, NEW_LINE_INDENT, WHITE_SPACE
 

Field Detail

IDENTIFIER

static final IElementType IDENTIFIER

C_STYLE_COMMENT

static final IElementType C_STYLE_COMMENT

END_OF_LINE_COMMENT

static final IElementType END_OF_LINE_COMMENT

DOC_COMMENT

static final IElementType DOC_COMMENT

INTEGER_LITERAL

static final IElementType INTEGER_LITERAL

LONG_LITERAL

static final IElementType LONG_LITERAL

FLOAT_LITERAL

static final IElementType FLOAT_LITERAL

DOUBLE_LITERAL

static final IElementType DOUBLE_LITERAL

CHARACTER_LITERAL

static final IElementType CHARACTER_LITERAL

STRING_LITERAL

static final IElementType STRING_LITERAL

TRUE_KEYWORD

static final IElementType TRUE_KEYWORD

NULL_KEYWORD

static final IElementType NULL_KEYWORD

ABSTRACT_KEYWORD

static final IElementType ABSTRACT_KEYWORD

ASSERT_KEYWORD

static final IElementType ASSERT_KEYWORD

BOOLEAN_KEYWORD

static final IElementType BOOLEAN_KEYWORD

BREAK_KEYWORD

static final IElementType BREAK_KEYWORD

BYTE_KEYWORD

static final IElementType BYTE_KEYWORD

CASE_KEYWORD

static final IElementType CASE_KEYWORD

CATCH_KEYWORD

static final IElementType CATCH_KEYWORD

CHAR_KEYWORD

static final IElementType CHAR_KEYWORD

CLASS_KEYWORD

static final IElementType CLASS_KEYWORD

CONST_KEYWORD

static final IElementType CONST_KEYWORD

CONTINUE_KEYWORD

static final IElementType CONTINUE_KEYWORD

DEFAULT_KEYWORD

static final IElementType DEFAULT_KEYWORD

DO_KEYWORD

static final IElementType DO_KEYWORD

DOUBLE_KEYWORD

static final IElementType DOUBLE_KEYWORD

ELSE_KEYWORD

static final IElementType ELSE_KEYWORD

ENUM_KEYWORD

static final IElementType ENUM_KEYWORD

EXTENDS_KEYWORD

static final IElementType EXTENDS_KEYWORD

FINAL_KEYWORD

static final IElementType FINAL_KEYWORD

FINALLY_KEYWORD

static final IElementType FINALLY_KEYWORD

FLOAT_KEYWORD

static final IElementType FLOAT_KEYWORD

FOR_KEYWORD

static final IElementType FOR_KEYWORD

GOTO_KEYWORD

static final IElementType GOTO_KEYWORD

IF_KEYWORD

static final IElementType IF_KEYWORD

IMPLEMENTS_KEYWORD

static final IElementType IMPLEMENTS_KEYWORD

IMPORT_KEYWORD

static final IElementType IMPORT_KEYWORD

INSTANCEOF_KEYWORD

static final IElementType INSTANCEOF_KEYWORD

INT_KEYWORD

static final IElementType INT_KEYWORD

INTERFACE_KEYWORD

static final IElementType INTERFACE_KEYWORD

LONG_KEYWORD

static final IElementType LONG_KEYWORD

NATIVE_KEYWORD

static final IElementType NATIVE_KEYWORD

NEW_KEYWORD

static final IElementType NEW_KEYWORD

PACKAGE_KEYWORD

static final IElementType PACKAGE_KEYWORD

PRIVATE_KEYWORD

static final IElementType PRIVATE_KEYWORD

PUBLIC_KEYWORD

static final IElementType PUBLIC_KEYWORD

SHORT_KEYWORD

static final IElementType SHORT_KEYWORD

SUPER_KEYWORD

static final IElementType SUPER_KEYWORD

SWITCH_KEYWORD

static final IElementType SWITCH_KEYWORD

SYNCHRONIZED_KEYWORD

static final IElementType SYNCHRONIZED_KEYWORD

THIS_KEYWORD

static final IElementType THIS_KEYWORD

THROW_KEYWORD

static final IElementType THROW_KEYWORD

PROTECTED_KEYWORD

static final IElementType PROTECTED_KEYWORD

TRANSIENT_KEYWORD

static final IElementType TRANSIENT_KEYWORD

RETURN_KEYWORD

static final IElementType RETURN_KEYWORD

VOID_KEYWORD

static final IElementType VOID_KEYWORD

STATIC_KEYWORD

static final IElementType STATIC_KEYWORD

STRICTFP_KEYWORD

static final IElementType STRICTFP_KEYWORD

WHILE_KEYWORD

static final IElementType WHILE_KEYWORD

TRY_KEYWORD

static final IElementType TRY_KEYWORD

VOLATILE_KEYWORD

static final IElementType VOLATILE_KEYWORD

THROWS_KEYWORD

static final IElementType THROWS_KEYWORD

LPARENTH

static final IElementType LPARENTH

RPARENTH

static final IElementType RPARENTH

LBRACE

static final IElementType LBRACE

RBRACE

static final IElementType RBRACE

MOCK_LBRACE

static final IElementType MOCK_LBRACE

MOCK_RBRACE

static final IElementType MOCK_RBRACE

LBRACKET

static final IElementType LBRACKET

RBRACKET

static final IElementType RBRACKET

SEMICOLON

static final IElementType SEMICOLON

COMMA

static final IElementType COMMA

DOT

static final IElementType DOT

ELLIPSIS

static final IElementType ELLIPSIS

AT

static final IElementType AT

EQ

static final IElementType EQ

GT

static final IElementType GT

LT

static final IElementType LT

EXCL

static final IElementType EXCL

TILDE

static final IElementType TILDE

QUEST

static final IElementType QUEST

COLON

static final IElementType COLON

PLUS

static final IElementType PLUS

MINUS

static final IElementType MINUS

ASTERISK

static final IElementType ASTERISK

DIV

static final IElementType DIV

AND

static final IElementType AND

OR

static final IElementType OR

XOR

static final IElementType XOR

PERC

static final IElementType PERC

EQEQ

static final IElementType EQEQ

LE

static final IElementType LE

GE

static final IElementType GE

NE

static final IElementType NE

ANDAND

static final IElementType ANDAND

OROR

static final IElementType OROR

PLUSPLUS

static final IElementType PLUSPLUS

MINUSMINUS

static final IElementType MINUSMINUS

LTLT

static final IElementType LTLT

GTGT

static final IElementType GTGT

GTGTGT

static final IElementType GTGTGT

PLUSEQ

static final IElementType PLUSEQ

MINUSEQ

static final IElementType MINUSEQ

ASTERISKEQ

static final IElementType ASTERISKEQ

DIVEQ

static final IElementType DIVEQ

ANDEQ

static final IElementType ANDEQ

OREQ

static final IElementType OREQ

XOREQ

static final IElementType XOREQ

PERCEQ

static final IElementType PERCEQ

LTLTEQ

static final IElementType LTLTEQ

GTGTEQ

static final IElementType GTGTEQ

GTGTGTEQ

static final IElementType GTGTGTEQ

FALSE_KEYWORD

static final IElementType FALSE_KEYWORD

OPERATION_BIT_SET

static final TokenSet OPERATION_BIT_SET

KEYWORD_BIT_SET

static final TokenSet KEYWORD_BIT_SET

MODIFIER_BIT_SET

static final TokenSet MODIFIER_BIT_SET

WHITE_SPACE_OR_COMMENT_BIT_SET

static final TokenSet WHITE_SPACE_OR_COMMENT_BIT_SET

WHITESPACE_BIT_SET

static final TokenSet WHITESPACE_BIT_SET

COMMENT_BIT_SET

static final TokenSet COMMENT_BIT_SET