Class TypeInfo
- java.lang.Object
-
- jadx.core.dex.visitors.typeinference.TypeInfo
-
public class TypeInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TypeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<ITypeBound>getBounds()@NotNull ArgTypegetType()voidsetType(ArgType type)java.lang.StringtoString()
-
-
-
Method Detail
-
getType
@NotNull public @NotNull ArgType getType()
-
setType
public void setType(ArgType type)
-
getBounds
public java.util.Set<ITypeBound> getBounds()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-