org.jetbrains.kotlin.psi
Interface JetExpression
- All Known Subinterfaces:
- JetCallableDeclaration, JetDeclaration, JetDeclarationWithBody, JetFunction, JetNamedDeclaration, JetOperationExpression, JetQualifiedExpression, JetReferenceExpression, JetTypeParameterListOwner, JetVariableDeclaration
- All Known Implementing Classes:
- JetArrayAccessExpression, JetBinaryExpression, JetBinaryExpressionWithTypeRHS, JetCallExpression, JetClassInitializer, JetConstructorCalleeExpression, JetConstructorDelegationReferenceExpression, JetDotQualifiedExpression, JetExpressionImplStub, JetFunctionLiteral, JetFunctionNotStubbed, JetIsExpression, JetMultiDeclaration, JetMultiDeclarationEntry, JetNamedFunction, JetParameter, JetPostfixExpression, JetPrefixExpression, JetProperty, JetPropertyAccessor, JetSafeQualifiedExpression, JetScript, JetTypedef, JetTypeParameter, JetTypeParameterListOwnerStub, JetUnaryExpression
public interface JetExpression
EMPTY_ARRAY
static final JetExpression[] EMPTY_ARRAY
ARRAY_FACTORY
static final com.intellij.util.ArrayFactory<JetExpression> ARRAY_FACTORY
accept
<R,D> R accept(@NotNull
JetVisitor<R,D> visitor,
D data)