|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJetExpressionImpl
org.jetbrains.kotlin.psi.JetScript
public class JetScript
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.intellij.openapi.util.Iconable |
|---|
com.intellij.openapi.util.Iconable.IconFlags, com.intellij.openapi.util.Iconable.LastComputedIcon |
| Field Summary |
|---|
| Fields inherited from interface org.jetbrains.kotlin.psi.JetDeclaration |
|---|
ARRAY_FACTORY, EMPTY_ARRAY |
| Fields inherited from interface com.intellij.openapi.util.Iconable |
|---|
ICON_FLAG_CLOSED, ICON_FLAG_OPEN, ICON_FLAG_READ_STATUS, ICON_FLAG_VISIBILITY |
| Constructor Summary | |
|---|---|
JetScript(com.intellij.lang.ASTNode node)
|
|
| Method Summary | ||
|---|---|---|
|
accept(JetVisitor<R,D> visitor,
D data)
|
|
JetAnnotationEntry |
addAnnotationEntry(JetAnnotationEntry annotationEntry)
|
|
void |
addModifier(JetModifierKeywordToken modifier)
|
|
java.util.List<JetAnnotationEntry> |
getAnnotationEntries()
|
|
java.util.List<JetAnnotation> |
getAnnotations()
|
|
JetBlockExpression |
getBlockExpression()
|
|
java.util.List<JetDeclaration> |
getDeclarations()
|
|
KDoc |
getDocComment()
|
|
JetModifierList |
getModifierList()
|
|
boolean |
hasModifier(JetModifierKeywordToken modifier)
|
|
void |
removeModifier(JetModifierKeywordToken modifier)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.intellij.psi.PsiElement |
|---|
accept, acceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, delete, deleteChildRange, findElementAt, findReferenceAt, getChildren, getContainingFile, getContext, getCopyableUserData, getFirstChild, getLanguage, getLastChild, getManager, getNavigationElement, getNextSibling, getNode, getOriginalElement, getParent, getPrevSibling, getProject, getReference, getReferences, getResolveScope, getStartOffsetInParent, getText, getTextLength, getTextOffset, getTextRange, getUseScope, isEquivalentTo, isPhysical, isValid, isWritable, processDeclarations, putCopyableUserData, replace, textContains, textMatches, textMatches, textToCharArray, toString |
| Methods inherited from interface com.intellij.openapi.util.UserDataHolder |
|---|
getUserData, putUserData |
| Methods inherited from interface com.intellij.openapi.util.Iconable |
|---|
getIcon |
| Constructor Detail |
|---|
public JetScript(@NotNull
com.intellij.lang.ASTNode node)
| Method Detail |
|---|
@NotNull public JetBlockExpression getBlockExpression()
@NotNull public java.util.List<JetDeclaration> getDeclarations()
getDeclarations in interface JetDeclarationContainer
public <R,D> R accept(@NotNull
JetVisitor<R,D> visitor,
D data)
accept in interface JetExpression@Nullable public JetModifierList getModifierList()
getModifierList in interface JetModifierListOwner
public boolean hasModifier(@NotNull
JetModifierKeywordToken modifier)
hasModifier in interface JetModifierListOwner
public void addModifier(@NotNull
JetModifierKeywordToken modifier)
addModifier in interface JetModifierListOwner
public void removeModifier(@NotNull
JetModifierKeywordToken modifier)
removeModifier in interface JetModifierListOwner
@NotNull
public JetAnnotationEntry addAnnotationEntry(@NotNull
JetAnnotationEntry annotationEntry)
addAnnotationEntry in interface JetModifierListOwner@NotNull public java.util.List<JetAnnotationEntry> getAnnotationEntries()
getAnnotationEntries in interface JetAnnotated@NotNull public java.util.List<JetAnnotation> getAnnotations()
getAnnotations in interface JetAnnotated@Nullable public KDoc getDocComment()
getDocComment in interface JetDeclaration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||