|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectKtExpressionImpl
org.jetbrains.kotlin.psi.KtAnnotatedExpression
public class KtAnnotatedExpression
Constructor Summary | |
---|---|
KtAnnotatedExpression(com.intellij.lang.ASTNode node)
|
Method Summary | ||
---|---|---|
|
accept(KtVisitor<R,D> visitor,
D data)
|
|
java.util.List<KtAnnotationEntry> |
getAnnotationEntries()
|
|
java.util.List<KtAnnotation> |
getAnnotations()
|
|
KtExpression |
getBaseExpression()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KtAnnotatedExpression(@NotNull com.intellij.lang.ASTNode node)
Method Detail |
---|
public <R,D> R accept(@NotNull KtVisitor<R,D> visitor, D data)
@Nullable public KtExpression getBaseExpression()
@NotNull public java.util.List<KtAnnotation> getAnnotations()
getAnnotations
in interface KtAnnotated
@NotNull public java.util.List<KtAnnotationEntry> getAnnotationEntries()
getAnnotationEntries
in interface KtAnnotated
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |