org.jetbrains.kotlin.psi
Class KtLabeledExpression

java.lang.Object
  extended by KtExpressionWithLabel
      extended by org.jetbrains.kotlin.psi.KtLabeledExpression

public class KtLabeledExpression
extends KtExpressionWithLabel


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

Constructor Detail

KtLabeledExpression

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

getBaseExpression

@Nullable
public KtExpression getBaseExpression()

accept

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