public class JetProperty extends JetElementImplStub<T> implements JetVariableDeclaration
| Constructor and Description |
|---|
JetProperty(com.intellij.lang.ASTNode node) |
JetProperty(PsiJetPropertyStub stub,
com.intellij.psi.stubs.IStubElementType nodeType) |
accept, acceptChildren, getLanguage, toStringclone, getContainingFile, getContext, getManager, getNode, getParent, getParentByStub, getParentByTree, getProject, getRequiredStubOrPsiChild, getStub, getStubOrPsiChild, getStubOrPsiChildren, getStubOrPsiChildren, getStubOrPsiChildren, getStubOrPsiChildren, getStubOrPsiParent, getStubOrPsiParentOfType, isPhysical, isValid, isWritable, setNode, setStub, subtreeChangedadd, addAfter, addBefore, addInternal, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, delete, deleteChildInternal, deleteChildRange, findChildByFilter, findChildByType, findChildByType, findChildrenByType, findChildrenByType, findChildrenByType, findChildrenByType, findElementAt, findLastChildByType, findNotNullChildByFilter, findNotNullChildByType, findNotNullChildByType, getChildren, getCopyableUserData, getFirstChild, getLastChild, getNextSibling, getPrevSibling, getStartOffsetInParent, getText, getTextLength, getTextRange, putCopyableUserData, replace, replaceChildInternal, textContains, textToCharArrayacceptChildren, canNavigate, canNavigateToSource, findChildByClass, findChildrenByClass, findNotNullChildByClass, findReferenceAt, getNavigationElement, getOriginalElement, getReference, getReferences, getResolveScope, isEquivalentTo, navigate, notNullChild, processDeclarations, textMatches, textMatchesbuildRowIcon, computeBaseIcon, createLayeredIcon, getAdjustedBaseIcon, getBaseIcon, getElementIcon, getIcon, iconWithVisibilityIfNeeded, isNativeFileType, isVisibilitySupported, overlayIcons, registerIconLayer, transformFlagsclearUserData, copyCopyableDataTo, copyUserDataTo, getUserData, getUserDataString, isUserDataEmpty, putUserData, putUserDataIfAbsent, replaceequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNameAsSafeNameacceptChildrencanNavigate, canNavigateToSource, navigategetModifierList, hasModifiergetNameAsNamepublic JetProperty(@NotNull com.intellij.lang.ASTNode node)
public JetProperty(@NotNull PsiJetPropertyStub stub, @NotNull com.intellij.psi.stubs.IStubElementType nodeType)
public void accept(@NotNull JetVisitorVoid visitor)
accept in interface JetElementaccept in interface JetExpressionaccept in class JetElementImplStub<PsiJetPropertyStub>public <R,D> R accept(@NotNull JetVisitor<R,D> visitor, D data)
accept in interface JetElementaccept in interface JetExpressionaccept in class JetElementImplStub<PsiJetPropertyStub>@NotNull public com.intellij.psi.stubs.IStubElementType getElementType()
getElementType in interface com.intellij.psi.StubBasedPsiElement<PsiJetPropertyStub>getElementType in class com.intellij.extapi.psi.StubBasedPsiElementBase<PsiJetPropertyStub>public boolean isVar()
isVar in interface JetVariableDeclarationpublic boolean isLocal()
public boolean isTopLevel()
@NotNull public com.intellij.psi.search.SearchScope getUseScope()
getUseScope in interface com.intellij.psi.PsiElementgetUseScope in class com.intellij.psi.impl.PsiElementBase@Nullable public JetTypeReference getReceiverTypeRef()
@Nullable public JetTypeReference getTypeRef()
getTypeRef in interface JetVariableDeclaration@NotNull public java.util.List<JetPropertyAccessor> getAccessors()
@Nullable public JetPropertyAccessor getGetter()
@Nullable public JetPropertyAccessor getSetter()
@Nullable public JetPropertyDelegate getDelegate()
@Nullable public JetExpression getDelegateExpression()
@Nullable public JetExpression getInitializer()
getInitializer in interface JetWithExpressionInitializer@Nullable public JetExpression getDelegateExpressionOrInitializer()
@NotNull public com.intellij.lang.ASTNode getValOrVarNode()
getValOrVarNode in interface JetVariableDeclarationpublic com.intellij.navigation.ItemPresentation getPresentation()
getPresentation in interface com.intellij.navigation.NavigationItemgetPresentation in class com.intellij.psi.impl.PsiElementBase@Nullable public JetTypeParameterList getTypeParameterList()
@NotNull public java.util.List<JetTypeConstraint> getTypeConstraints()
getTypeConstraints in interface JetTypeParameterListOwner@NotNull public java.util.List<JetTypeParameter> getTypeParameters()
getTypeParameters in interface JetTypeParameterListOwnerpublic java.lang.String getName()
getName in interface com.intellij.navigation.NavigationItemgetName in interface com.intellij.psi.PsiNamedElementgetName in class com.intellij.psi.impl.PsiElementBasepublic Name getNameAsName()
getNameAsName in interface JetNamed@NotNull public Name getNameAsSafeName()
getNameAsSafeName in interface JetNamedDeclarationpublic com.intellij.psi.PsiElement getNameIdentifier()
getNameIdentifier in interface com.intellij.psi.PsiNameIdentifierOwnerpublic com.intellij.psi.PsiElement setName(@NonNls@NotNull java.lang.String name) throws com.intellij.util.IncorrectOperationException
setName in interface com.intellij.psi.PsiNamedElementcom.intellij.util.IncorrectOperationExceptionpublic int getTextOffset()
getTextOffset in interface com.intellij.psi.PsiElementgetTextOffset in class com.intellij.extapi.psi.ASTDelegatePsiElement@Nullable public JetModifierList getModifierList()
getModifierList in interface JetModifierListOwnerpublic boolean hasModifier(JetToken modifier)
hasModifier in interface JetModifierListOwner