org.jetbrains.kotlin.psi
Interface KtReferenceExpression

All Superinterfaces:
KtExpression
All Known Implementing Classes:
KtArrayAccessExpression, KtCallExpression, KtConstructorDelegationReferenceExpression

public interface KtReferenceExpression
extends KtExpression


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