|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJetExpressionImpl
org.jetbrains.kotlin.psi.JetFunctionNotStubbed
public abstract class JetFunctionNotStubbed
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 | |
---|---|
JetFunctionNotStubbed(com.intellij.lang.ASTNode node)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jetbrains.kotlin.psi.JetDeclarationWithBody |
---|
getEqualsToken, getName, hasBlockBody, hasBody |
Methods inherited from interface org.jetbrains.kotlin.psi.JetTypeParameterListOwner |
---|
getTypeConstraintList, getTypeConstraints, getTypeParameterList, getTypeParameters |
Methods inherited from interface org.jetbrains.kotlin.psi.JetNamedDeclaration |
---|
getFqName, getNameAsSafeName |
Methods inherited from interface org.jetbrains.kotlin.psi.JetDeclaration |
---|
getDocComment |
Methods inherited from interface org.jetbrains.kotlin.psi.JetExpression |
---|
accept |
Methods inherited from interface org.jetbrains.kotlin.psi.JetModifierListOwner |
---|
addAnnotationEntry, addModifier, getModifierList, hasModifier, removeModifier |
Methods inherited from interface org.jetbrains.kotlin.psi.JetAnnotated |
---|
getAnnotationEntries, getAnnotations |
Methods inherited from interface com.intellij.psi.PsiNameIdentifierOwner |
---|
getNameIdentifier |
Methods inherited from interface com.intellij.psi.PsiNamedElement |
---|
getName, setName |
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 |
Methods inherited from interface org.jetbrains.kotlin.psi.JetNamed |
---|
getNameAsName |
Constructor Detail |
---|
public JetFunctionNotStubbed(@NotNull com.intellij.lang.ASTNode node)
Method Detail |
---|
@Nullable public JetParameterList getValueParameterList()
getValueParameterList
in interface JetCallableDeclaration
@NotNull public java.util.List<JetParameter> getValueParameters()
getValueParameters
in interface JetCallableDeclaration
getValueParameters
in interface JetDeclarationWithBody
@Nullable public JetExpression getBodyExpression()
getBodyExpression
in interface JetDeclarationWithBody
public boolean hasDeclaredReturnType()
hasDeclaredReturnType
in interface JetDeclarationWithBody
@Nullable public JetTypeReference getReceiverTypeReference()
getReceiverTypeReference
in interface JetCallableDeclaration
@Nullable public JetTypeReference getTypeReference()
getTypeReference
in interface JetCallableDeclaration
@Nullable public JetTypeReference setTypeReference(@Nullable JetTypeReference typeRef)
setTypeReference
in interface JetCallableDeclaration
@Nullable public com.intellij.psi.PsiElement getColon()
getColon
in interface JetCallableDeclaration
public boolean isLocal()
isLocal
in interface JetFunction
@Nullable public JetTypeParameterList getTypeParameterList()
getTypeParameterList
in interface JetTypeParameterListOwner
@Nullable public JetTypeConstraintList getTypeConstraintList()
getTypeConstraintList
in interface JetTypeParameterListOwner
@NotNull public java.util.List<JetTypeConstraint> getTypeConstraints()
getTypeConstraints
in interface JetTypeParameterListOwner
@NotNull public java.util.List<JetTypeParameter> getTypeParameters()
getTypeParameters
in interface JetTypeParameterListOwner
public java.lang.String getName()
getName
in interface com.intellij.psi.PsiNamedElement
public Name getNameAsName()
getNameAsName
in interface JetNamed
@NotNull public Name getNameAsSafeName()
getNameAsSafeName
in interface JetNamedDeclaration
public com.intellij.psi.PsiElement getNameIdentifier()
getNameIdentifier
in interface com.intellij.psi.PsiNameIdentifierOwner
public com.intellij.psi.PsiElement setName(@NonNls@NotNull java.lang.String name) throws com.intellij.util.IncorrectOperationException
setName
in interface com.intellij.psi.PsiNamedElement
com.intellij.util.IncorrectOperationException
public int getTextOffset()
getTextOffset
in interface com.intellij.psi.PsiElement
@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 |