|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJetExpressionImpl
org.jetbrains.kotlin.psi.JetAnnotatedExpression
public class JetAnnotatedExpression
Constructor Summary | |
---|---|
JetAnnotatedExpression(com.intellij.lang.ASTNode node)
|
Method Summary | ||
---|---|---|
|
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 |
---|
public JetAnnotatedExpression(@NotNull com.intellij.lang.ASTNode node)
Method Detail |
---|
public <R,D> R accept(@NotNull JetVisitor<R,D> visitor, D data)
@Nullable public JetExpression getBaseExpression()
@NotNull public java.util.List<JetAnnotation> getAnnotations()
getAnnotations
in interface JetAnnotated
@NotNull public java.util.List<JetAnnotationEntry> getAnnotationEntries()
getAnnotationEntries
in interface JetAnnotated
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |