public interface JavaElementType
Modifier and Type | Interface and Description |
---|---|
static class |
JavaElementType.ICodeBlockElementType |
static class |
JavaElementType.JavaCompositeElementType |
static class |
JavaElementType.JavaDummyElementType |
static class |
JavaElementType.TypeTextElementType |
static final IElementType CLASS
static final IElementType ANONYMOUS_CLASS
static final IElementType ENUM_CONSTANT_INITIALIZER
static final IElementType TYPE_PARAMETER_LIST
static final IElementType TYPE_PARAMETER
static final IElementType IMPORT_LIST
static final IElementType IMPORT_STATEMENT
static final IElementType IMPORT_STATIC_STATEMENT
static final IElementType MODIFIER_LIST
static final IElementType ANNOTATION
static final IElementType NAME_VALUE_PAIR
static final IElementType LITERAL_EXPRESSION
static final IElementType ANNOTATION_PARAMETER_LIST
static final IElementType EXTENDS_LIST
static final IElementType IMPLEMENTS_LIST
static final IElementType FIELD
static final IElementType ENUM_CONSTANT
static final IElementType METHOD
static final IElementType ANNOTATION_METHOD
static final IElementType CLASS_INITIALIZER
static final IElementType PARAMETER
static final IElementType PARAMETER_LIST
static final IElementType EXTENDS_BOUND_LIST
static final IElementType THROWS_LIST
static final IElementType LAMBDA_EXPRESSION
static final IElementType METHOD_REF_EXPRESSION
static final IElementType MODULE
static final IElementType REQUIRES_STATEMENT
static final IElementType EXPORTS_STATEMENT
static final IElementType OPENS_STATEMENT
static final IElementType USES_STATEMENT
static final IElementType PROVIDES_STATEMENT
static final IElementType PROVIDES_WITH_LIST
static final IElementType RECORD_COMPONENT
static final IElementType RECORD_HEADER
static final IElementType IMPORT_STATIC_REFERENCE
static final IElementType TYPE
static final IElementType DIAMOND_TYPE
static final IElementType REFERENCE_PARAMETER_LIST
static final IElementType JAVA_CODE_REFERENCE
static final IElementType PACKAGE_STATEMENT
static final IElementType LOCAL_VARIABLE
static final IElementType REFERENCE_EXPRESSION
static final IElementType THIS_EXPRESSION
static final IElementType SUPER_EXPRESSION
static final IElementType PARENTH_EXPRESSION
static final IElementType METHOD_CALL_EXPRESSION
static final IElementType TYPE_CAST_EXPRESSION
static final IElementType PREFIX_EXPRESSION
static final IElementType POSTFIX_EXPRESSION
static final IElementType BINARY_EXPRESSION
static final IElementType POLYADIC_EXPRESSION
static final IElementType CONDITIONAL_EXPRESSION
static final IElementType ASSIGNMENT_EXPRESSION
static final IElementType NEW_EXPRESSION
static final IElementType ARRAY_ACCESS_EXPRESSION
static final IElementType ARRAY_INITIALIZER_EXPRESSION
static final IElementType INSTANCE_OF_EXPRESSION
static final IElementType CLASS_OBJECT_ACCESS_EXPRESSION
static final IElementType EMPTY_EXPRESSION
static final IElementType EXPRESSION_LIST
static final IElementType EMPTY_STATEMENT
static final IElementType BLOCK_STATEMENT
static final IElementType EXPRESSION_STATEMENT
static final IElementType EXPRESSION_LIST_STATEMENT
static final IElementType DECLARATION_STATEMENT
static final IElementType IF_STATEMENT
static final IElementType WHILE_STATEMENT
static final IElementType FOR_STATEMENT
static final IElementType FOREACH_STATEMENT
static final IElementType DO_WHILE_STATEMENT
static final IElementType SWITCH_STATEMENT
static final IElementType SWITCH_EXPRESSION
static final IElementType SWITCH_LABEL_STATEMENT
static final IElementType SWITCH_LABELED_RULE
static final IElementType BREAK_STATEMENT
static final IElementType YIELD_STATEMENT
static final IElementType CONTINUE_STATEMENT
static final IElementType RETURN_STATEMENT
static final IElementType THROW_STATEMENT
static final IElementType SYNCHRONIZED_STATEMENT
static final IElementType TRY_STATEMENT
static final IElementType RESOURCE_LIST
static final IElementType RESOURCE_VARIABLE
static final IElementType RESOURCE_EXPRESSION
static final IElementType CATCH_SECTION
static final IElementType LABELED_STATEMENT
static final IElementType ASSERT_STATEMENT
static final IElementType ANNOTATION_ARRAY_INITIALIZER
static final IElementType RECEIVER_PARAMETER
static final IElementType MODULE_REFERENCE
static final IElementType TYPE_TEST_PATTERN
static final IElementType PATTERN_VARIABLE
static final ILazyParseableElementType CODE_BLOCK
static final IElementType MEMBERS
static final IElementType STATEMENTS
static final IElementType EXPRESSION_TEXT
static final IElementType REFERENCE_TEXT
static final IElementType TYPE_WITH_DISJUNCTIONS_TEXT
static final IElementType TYPE_WITH_CONJUNCTIONS_TEXT
static final IElementType DUMMY_ELEMENT