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