Class TypeBoundInvokeAssign
- java.lang.Object
-
- jadx.core.dex.visitors.typeinference.TypeBoundInvokeAssign
-
- All Implemented Interfaces:
ITypeBound,ITypeBoundDynamic
public final class TypeBoundInvokeAssign extends java.lang.Object implements ITypeBoundDynamic
Special dynamic bound for invoke with generics. Bound type calculated using instance generic type. TODO: also can depends on argument types
-
-
Constructor Summary
Constructors Constructor Description TypeBoundInvokeAssign(RootNode root, InvokeNode invokeNode, ArgType genericReturnType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)RegisterArggetArg()BoundEnumgetBound()ArgTypegetType()ArgTypegetType(TypeUpdateInfo updateInfo)This method will be executed instead ofITypeBound.getType()ifTypeUpdateInfois available.inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
TypeBoundInvokeAssign
public TypeBoundInvokeAssign(RootNode root, InvokeNode invokeNode, ArgType genericReturnType)
-
-
Method Detail
-
getBound
public BoundEnum getBound()
- Specified by:
getBoundin interfaceITypeBound
-
getType
public ArgType getType(TypeUpdateInfo updateInfo)
Description copied from interface:ITypeBoundDynamicThis method will be executed instead ofITypeBound.getType()ifTypeUpdateInfois available.- Specified by:
getTypein interfaceITypeBoundDynamic
-
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
-
-