org.jetbrains.kotlin.psi
Class JetAnnotatedExpression

java.lang.Object
  extended by JetExpressionImpl
      extended by org.jetbrains.kotlin.psi.JetAnnotatedExpression
All Implemented Interfaces:
JetAnnotated, JetAnnotationsContainer

public class JetAnnotatedExpression
extends JetExpressionImpl
implements JetAnnotated, JetAnnotationsContainer


Constructor Summary
JetAnnotatedExpression(com.intellij.lang.ASTNode node)
           
 
Method Summary
<R,D> R
accept(JetVisitor<R,D> visitor, D data)
           
 java.util.List<JetAnnotationEntry> getAnnotationEntries()
           
 java.util.List<JetAnnotation> getAnnotations()
           
 JetExpression getBaseExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetAnnotatedExpression

public JetAnnotatedExpression(@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()

getAnnotations

@NotNull
public java.util.List<JetAnnotation> getAnnotations()
Specified by:
getAnnotations in interface JetAnnotated

getAnnotationEntries

@NotNull
public java.util.List<JetAnnotationEntry> getAnnotationEntries()
Specified by:
getAnnotationEntries in interface JetAnnotated