org.jetbrains.kotlin.psi
Class KtParenthesizedExpression

java.lang.Object
  extended by KtExpressionImpl
      extended by org.jetbrains.kotlin.psi.KtParenthesizedExpression

public class KtParenthesizedExpression
extends KtExpressionImpl


Constructor Summary
KtParenthesizedExpression(com.intellij.lang.ASTNode node)
           
 
Method Summary
<R,D> R
accept(KtVisitor<R,D> visitor, D data)
           
 KtExpression getExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KtParenthesizedExpression

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

accept

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

getExpression

@Nullable
public KtExpression getExpression()