org.jetbrains.kotlin.psi
Interface JetReferenceExpression

All Superinterfaces:
JetExpression
All Known Implementing Classes:
JetArrayAccessExpression, JetCallExpression, JetConstructorDelegationReferenceExpression

public interface JetReferenceExpression
extends JetExpression


Field Summary
 
Fields inherited from interface org.jetbrains.kotlin.psi.JetExpression
ARRAY_FACTORY, EMPTY_ARRAY
 
Method Summary
 
Methods inherited from interface org.jetbrains.kotlin.psi.JetExpression
accept