org.jetbrains.kotlin.psi
Class JetPrefixExpression

java.lang.Object
  extended by JetExpressionImpl
      extended by org.jetbrains.kotlin.psi.JetUnaryExpression
          extended by org.jetbrains.kotlin.psi.JetPrefixExpression
All Implemented Interfaces:
JetExpression, JetOperationExpression

public class JetPrefixExpression
extends JetUnaryExpression


Field Summary
 
Fields inherited from interface org.jetbrains.kotlin.psi.JetExpression
ARRAY_FACTORY, EMPTY_ARRAY
 
Constructor Summary
JetPrefixExpression(com.intellij.lang.ASTNode node)
           
 
Method Summary
<R,D> R
accept(JetVisitor<R,D> visitor, D data)
           
 JetExpression getBaseExpression()
           
 
Methods inherited from class org.jetbrains.kotlin.psi.JetUnaryExpression
getOperationReference, getOperationToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetPrefixExpression

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

accept

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

getBaseExpression

@Nullable
public JetExpression getBaseExpression()
Specified by:
getBaseExpression in class JetUnaryExpression