Interface ITypeBoundDynamic
- All Superinterfaces:
ITypeBound
- All Known Implementing Classes:
TypeBoundCheckCastAssign,TypeBoundFieldGetAssign,TypeBoundInvokeAssign,TypeBoundInvokeUse
'Dynamic' type bound allows to use requested and not yet applied types
from
TypeUpdateInfo for more precise restrictions-
Method Summary
Modifier and TypeMethodDescriptiongetType(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 Details
-
getType
This method will be executed instead ofITypeBound.getType()ifTypeUpdateInfois available.
-