public class ClassInitializerTreeElement extends PsiTreeElementBase<PsiClassInitializer> implements AccessLevelProvider
EMPTY_ARRAY| Constructor and Description |
|---|
ClassInitializerTreeElement(PsiClassInitializer initializer) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAccessLevel() |
java.util.Collection<StructureViewTreeElement> |
getChildrenBase() |
java.lang.String |
getLocationString()
Returns the location of the object (for example, the package of a class).
|
java.lang.String |
getPresentableText()
Returns the name of the object to be presented in most renderers across the program.
|
int |
getSubLevel() |
canNavigate, canNavigateToSource, equals, getChildren, getChildrenWithoutCustomRegions, getElement, getIcon, getKey, getPresentation, getValue, hashCode, isSearchInLocationString, isValid, mergeWithExtensions, navigate, toStringpublic ClassInitializerTreeElement(PsiClassInitializer initializer)
public java.lang.String getPresentableText()
ItemPresentationgetPresentableText in interface ItemPresentationpublic java.lang.String getLocationString()
ItemPresentationgetLocationString in interface ItemPresentationgetLocationString in class PsiTreeElementBase<PsiClassInitializer>public java.util.Collection<StructureViewTreeElement> getChildrenBase()
getChildrenBase in class PsiTreeElementBase<PsiClassInitializer>public int getAccessLevel()
getAccessLevel in interface AccessLevelProviderpublic int getSubLevel()
getSubLevel in interface AccessLevelProvider