Package jadx.core.dex.attributes.nodes
Class GenericInfoAttr
- java.lang.Object
-
- jadx.core.dex.attributes.nodes.GenericInfoAttr
-
- All Implemented Interfaces:
jadx.api.plugins.input.data.attributes.IJadxAttribute
public class GenericInfoAttr extends java.lang.Object implements jadx.api.plugins.input.data.attributes.IJadxAttribute
-
-
Constructor Summary
Constructors Constructor Description GenericInfoAttr(java.util.List<ArgType> genericTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AType<GenericInfoAttr>getAttrType()java.util.List<ArgType>getGenericTypes()booleanisExplicit()voidsetExplicit(boolean explicit)java.lang.StringtoString()
-
-
-
Constructor Detail
-
GenericInfoAttr
public GenericInfoAttr(java.util.List<ArgType> genericTypes)
-
-
Method Detail
-
getGenericTypes
public java.util.List<ArgType> getGenericTypes()
-
isExplicit
public boolean isExplicit()
-
setExplicit
public void setExplicit(boolean explicit)
-
getAttrType
public AType<GenericInfoAttr> getAttrType()
- Specified by:
getAttrTypein interfacejadx.api.plugins.input.data.attributes.IJadxAttribute
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-