Class TypeBoundConst
- java.lang.Object
-
- jadx.core.dex.visitors.typeinference.TypeBoundConst
-
- All Implemented Interfaces:
ITypeBound
public final class TypeBoundConst extends java.lang.Object implements ITypeBound
-
-
Constructor Summary
Constructors Constructor Description TypeBoundConst(BoundEnum bound, ArgType type)TypeBoundConst(BoundEnum bound, ArgType type, RegisterArg arg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)RegisterArggetArg()BoundEnumgetBound()ArgTypegetType()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
TypeBoundConst
public TypeBoundConst(BoundEnum bound, ArgType type, RegisterArg arg)
-
-
Method Detail
-
getBound
public BoundEnum getBound()
- Specified by:
getBoundin interfaceITypeBound
-
getType
public ArgType getType()
- Specified by:
getTypein interfaceITypeBound
-
getArg
public RegisterArg getArg()
- Specified by:
getArgin interfaceITypeBound
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-