Package jadx.core.dex.attributes.nodes
Class ClassTypeVarsAttr
java.lang.Object
jadx.core.dex.attributes.nodes.ClassTypeVarsAttr
- All Implemented Interfaces:
IJadxAttribute
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClassTypeVarsAttrType vars mapping in current and super types: TypeRawObj -> (TypeVarInSuperType -> TypeVarFromThisClass)Type vars defined in current class -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute
keepLoaded, toAttrString
-
Field Details
-
EMPTY
-
typeVars
Type vars defined in current class -
superTypeMaps
Type vars mapping in current and super types: TypeRawObj -> (TypeVarInSuperType -> TypeVarFromThisClass)
-
-
Constructor Details
-
ClassTypeVarsAttr
-
-
Method Details
-
getTypeVars
-
getTypeVarsMapFor
-
getAttrType
- Specified by:
getAttrTypein interfaceIJadxAttribute
-
toString
-