|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectKtExpressionImpl
org.jetbrains.kotlin.psi.KtUnaryExpression
public abstract class KtUnaryExpression
Field Summary |
---|
Fields inherited from interface org.jetbrains.kotlin.psi.KtExpression |
---|
ARRAY_FACTORY, EMPTY_ARRAY |
Constructor Summary | |
---|---|
KtUnaryExpression(com.intellij.lang.ASTNode node)
|
Method Summary | |
---|---|
abstract KtExpression |
getBaseExpression()
|
KtSimpleNameExpression |
getOperationReference()
|
com.intellij.psi.tree.IElementType |
getOperationToken()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jetbrains.kotlin.psi.KtExpression |
---|
accept |
Constructor Detail |
---|
public KtUnaryExpression(com.intellij.lang.ASTNode node)
Method Detail |
---|
@Nullable public abstract KtExpression getBaseExpression()
@NotNull public KtSimpleNameExpression getOperationReference()
getOperationReference
in interface KtOperationExpression
public com.intellij.psi.tree.IElementType getOperationToken()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |