public interface JetNodeTypes
static final com.intellij.psi.tree.IFileElementType JET_FILE
static final com.intellij.psi.tree.IElementType CLASS
static final com.intellij.psi.tree.IElementType FUN
static final com.intellij.psi.tree.IElementType PROPERTY
static final com.intellij.psi.tree.IElementType MULTI_VARIABLE_DECLARATION
static final com.intellij.psi.tree.IElementType MULTI_VARIABLE_DECLARATION_ENTRY
static final JetNodeType TYPEDEF
static final com.intellij.psi.tree.IElementType OBJECT_DECLARATION
static final JetNodeType OBJECT_DECLARATION_NAME
static final JetNodeType CLASS_OBJECT
static final com.intellij.psi.tree.IElementType ENUM_ENTRY
static final JetNodeType ANONYMOUS_INITIALIZER
static final com.intellij.psi.tree.IElementType TYPE_PARAMETER_LIST
static final com.intellij.psi.tree.IElementType TYPE_PARAMETER
static final JetNodeType DELEGATION_SPECIFIER_LIST
static final JetNodeType DELEGATOR_BY
static final JetNodeType DELEGATOR_SUPER_CALL
static final JetNodeType DELEGATOR_SUPER_CLASS
static final JetNodeType PROPERTY_DELEGATE
static final JetNodeType CONSTRUCTOR_CALLEE
static final com.intellij.psi.tree.IElementType VALUE_PARAMETER_LIST
static final com.intellij.psi.tree.IElementType VALUE_PARAMETER
static final JetNodeType CLASS_BODY
static final JetNodeType IMPORT_DIRECTIVE
static final JetNodeType MODIFIER_LIST
static final JetNodeType PRIMARY_CONSTRUCTOR_MODIFIER_LIST
static final JetNodeType ANNOTATION
static final com.intellij.psi.tree.IElementType ANNOTATION_ENTRY
static final JetNodeType TYPE_ARGUMENT_LIST
static final JetNodeType VALUE_ARGUMENT_LIST
static final JetNodeType VALUE_ARGUMENT
static final JetNodeType VALUE_ARGUMENT_NAME
static final JetNodeType TYPE_REFERENCE
static final JetNodeType USER_TYPE
static final JetNodeType FUNCTION_TYPE
static final JetNodeType FUNCTION_TYPE_RECEIVER
static final JetNodeType SELF_TYPE
static final JetNodeType NULLABLE_TYPE
static final JetNodeType TYPE_PROJECTION
static final JetNodeType PROPERTY_ACCESSOR
static final JetNodeType INITIALIZER_LIST
static final JetNodeType THIS_CALL
static final JetNodeType THIS_CONSTRUCTOR_REFERENCE
static final JetNodeType TYPE_CONSTRAINT_LIST
static final JetNodeType TYPE_CONSTRAINT
static final JetNodeType NULL
static final JetNodeType BOOLEAN_CONSTANT
static final JetNodeType FLOAT_CONSTANT
static final JetNodeType CHARACTER_CONSTANT
static final JetNodeType INTEGER_CONSTANT
static final JetNodeType STRING_TEMPLATE
static final JetNodeType LONG_STRING_TEMPLATE_ENTRY
static final JetNodeType SHORT_STRING_TEMPLATE_ENTRY
static final JetNodeType LITERAL_STRING_TEMPLATE_ENTRY
static final JetNodeType ESCAPE_STRING_TEMPLATE_ENTRY
static final JetNodeType PARENTHESIZED
static final JetNodeType RETURN
static final JetNodeType THROW
static final JetNodeType CONTINUE
static final JetNodeType BREAK
static final JetNodeType IF
static final JetNodeType CONDITION
static final JetNodeType THEN
static final JetNodeType ELSE
static final JetNodeType TRY
static final JetNodeType CATCH
static final JetNodeType FINALLY
static final JetNodeType FOR
static final JetNodeType WHILE
static final JetNodeType DO_WHILE
static final JetNodeType LOOP_PARAMETER
static final JetNodeType LOOP_RANGE
static final JetNodeType BODY
static final JetNodeType BLOCK
static final JetNodeType FUNCTION_LITERAL_EXPRESSION
static final JetNodeType FUNCTION_LITERAL
static final JetNodeType ANNOTATED_EXPRESSION
static final JetNodeType REFERENCE_EXPRESSION
static final JetNodeType OPERATION_REFERENCE
static final JetNodeType LABEL_REFERENCE
static final JetNodeType LABEL_QUALIFIER
static final JetNodeType THIS_EXPRESSION
static final JetNodeType SUPER_EXPRESSION
static final JetNodeType BINARY_EXPRESSION
static final JetNodeType BINARY_WITH_TYPE
static final JetNodeType IS_EXPRESSION
static final JetNodeType PREFIX_EXPRESSION
static final JetNodeType POSTFIX_EXPRESSION
static final JetNodeType CALL_EXPRESSION
static final JetNodeType ARRAY_ACCESS_EXPRESSION
static final JetNodeType INDICES
static final JetNodeType DOT_QUALIFIED_EXPRESSION
static final JetNodeType CALLABLE_REFERENCE_EXPRESSION
static final JetNodeType SAFE_ACCESS_EXPRESSION
static final JetNodeType OBJECT_LITERAL
static final JetNodeType ROOT_NAMESPACE
static final JetNodeType WHEN
static final JetNodeType WHEN_ENTRY
static final JetNodeType WHEN_CONDITION_IN_RANGE
static final JetNodeType WHEN_CONDITION_IS_PATTERN
static final JetNodeType WHEN_CONDITION_EXPRESSION
static final JetNodeType NAMESPACE_HEADER
static final JetNodeType SCRIPT
static final JetNodeType IDE_TEMPLATE_EXPRESSION
static final com.intellij.psi.tree.IFileElementType TYPE_CODE_FRAGMENT
static final com.intellij.psi.tree.IFileElementType EXPRESSION_CODE_FRAGMENT