Interface InnerClassInfo
- All Known Implementing Classes:
JavaRefTypeInstance.RefTypeInnerClassInfo
public interface InnerClassInfo
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
void
boolean
boolean
boolean
boolean
isInnerClassOf
(JavaTypeInstance possibleParent) boolean
boolean
boolean
isTransitiveInnerClassOf
(JavaTypeInstance possibleParent) void
markMethodScoped
(boolean isAnonymous) void
-
Field Details
-
NOT
-
-
Method Details
-
collectTransitiveDegenericParents
-
isInnerClass
boolean isInnerClass() -
isInnerClassOf
-
isTransitiveInnerClassOf
-
hideSyntheticFriendClass
void hideSyntheticFriendClass() -
isSyntheticFriendClass
boolean isSyntheticFriendClass() -
setHideSyntheticThis
void setHideSyntheticThis() -
isHideSyntheticThis
boolean isHideSyntheticThis() -
markMethodScoped
void markMethodScoped(boolean isAnonymous) -
isAnonymousClass
boolean isAnonymousClass() -
isMethodScopedClass
boolean isMethodScopedClass() -
getOuterClass
JavaRefTypeInstance getOuterClass() -
getFullInnerPath
-