org.jetbrains.kotlin.psi
Class KtPrefixExpression

java.lang.Object
  extended by KtExpressionImpl
      extended by org.jetbrains.kotlin.psi.KtUnaryExpression
          extended by org.jetbrains.kotlin.psi.KtPrefixExpression
All Implemented Interfaces:
KtExpression, KtOperationExpression

public class KtPrefixExpression
extends KtUnaryExpression


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
<R,D> R
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

KtPrefixExpression

public KtPrefixExpression(@NotNull
                          com.intellij.lang.ASTNode node)
Method Detail

accept

public <R,D> R accept(@NotNull
                      KtVisitor<R,D> visitor,
                      D data)

getBaseExpression

@Nullable
public KtExpression getBaseExpression()
Specified by:
getBaseExpression in class KtUnaryExpression