Package jadx.core.dex.attributes.nodes
Class GenericInfoAttr
java.lang.Object
jadx.core.dex.attributes.nodes.GenericInfoAttr
- All Implemented Interfaces:
IJadxAttribute
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean -
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
-
genericTypes
-
explicit
private boolean explicit
-
-
Constructor Details
-
GenericInfoAttr
-
-
Method Details
-
getGenericTypes
-
isExplicit
public boolean isExplicit() -
setExplicit
public void setExplicit(boolean explicit) -
getAttrType
- Specified by:
getAttrTypein interfaceIJadxAttribute
-
toString
-