public abstract class JetClassOrObjectInfo<E extends JetClassOrObject> extends java.lang.Object implements JetClassLikeInfo
| Modifier | Constructor and Description |
|---|---|
protected |
JetClassOrObjectInfo(E element) |
| Modifier and Type | Method and Description |
|---|---|
FqName |
getContainingPackageFqName() |
JetClassOrObject |
getCorrespondingClassOrObject() |
java.util.List<JetDeclaration> |
getDeclarations() |
java.util.List<JetDelegationSpecifier> |
getDelegationSpecifiers() |
JetModifierList |
getModifierList() |
com.intellij.psi.PsiElement |
getScopeAnchor() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClassKind, getClassObject, getPrimaryConstructorParameters, getTypeParametersprotected final E extends JetClassOrObject element
protected JetClassOrObjectInfo(@NotNull E element)
public JetClassOrObject getCorrespondingClassOrObject()
getCorrespondingClassOrObject in interface JetClassLikeInfo@NotNull public java.util.List<JetDelegationSpecifier> getDelegationSpecifiers()
getDelegationSpecifiers in interface JetClassLikeInfo@Nullable public JetModifierList getModifierList()
getModifierList in interface JetClassLikeInfo@NotNull public java.util.List<JetDeclaration> getDeclarations()
getDeclarations in interface JetDeclarationContainer@NotNull public com.intellij.psi.PsiElement getScopeAnchor()
getScopeAnchor in interface JetClassLikeInfo@NotNull public FqName getContainingPackageFqName()
getContainingPackageFqName in interface JetClassLikeInfopublic java.lang.String toString()
toString in class java.lang.Object