Interface ITypeBoundDynamic
-
- All Superinterfaces:
ITypeBound
- All Known Implementing Classes:
TypeBoundCheckCastAssign,TypeBoundFieldGetAssign,TypeBoundInvokeAssign,TypeBoundInvokeUse
public interface ITypeBoundDynamic extends ITypeBound
'Dynamic' type bound allows to use requested and not yet applied types fromTypeUpdateInfofor more precise restrictions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArgTypegetType(TypeUpdateInfo updateInfo)This method will be executed instead ofITypeBound.getType()ifTypeUpdateInfois available.-
Methods inherited from interface jadx.core.dex.visitors.typeinference.ITypeBound
getArg, getBound, getType
-
-
-
-
Method Detail
-
getType
ArgType getType(TypeUpdateInfo updateInfo)
This method will be executed instead ofITypeBound.getType()ifTypeUpdateInfois available.
-
-