Class TypeBoundCheckCastAssign
- java.lang.Object
-
- jadx.core.dex.visitors.typeinference.TypeBoundCheckCastAssign
-
- All Implemented Interfaces:
ITypeBound,ITypeBoundDynamic
public final class TypeBoundCheckCastAssign extends java.lang.Object implements ITypeBoundDynamic
Allow ignoring down casts (return arg type instead cast type) Such casts will be removed later.
-
-
Constructor Summary
Constructors Constructor Description TypeBoundCheckCastAssign(RootNode root, IndexInsnNode insn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable RegisterArggetArg()BoundEnumgetBound()IndexInsnNodegetInsn()ArgTypegetType()ArgTypegetType(TypeUpdateInfo updateInfo)This method will be executed instead ofITypeBound.getType()ifTypeUpdateInfois available.java.lang.StringtoString()
-
-
-
Constructor Detail
-
TypeBoundCheckCastAssign
public TypeBoundCheckCastAssign(RootNode root, IndexInsnNode insn)
-
-
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
@Nullable public @Nullable RegisterArg getArg()
- Specified by:
getArgin interfaceITypeBound
-
getInsn
public IndexInsnNode getInsn()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-