Package jadx.core.dex.instructions.args
Class InsnWrapArg
- java.lang.Object
-
- jadx.core.dex.attributes.AttrNode
-
- jadx.core.dex.instructions.args.Typed
-
- jadx.core.dex.instructions.args.InsnArg
-
- jadx.core.dex.instructions.args.InsnWrapArg
-
- All Implemented Interfaces:
IAttributeNode
public final class InsnWrapArg extends InsnArg
-
-
Field Summary
-
Fields inherited from class jadx.core.dex.instructions.args.InsnArg
parentInsn
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsnArgduplicate()booleanequals(java.lang.Object o)InsnNodegetWrapInsn()inthashCode()booleanisInsnWrap()voidsetParentInsn(InsnNode parentInsn)java.lang.StringtoShortString()java.lang.StringtoString()InsnNodeunWrapWithCopy()-
Methods inherited from class jadx.core.dex.instructions.args.InsnArg
copyCommonParams, getParentInsn, isAnyThis, isConst, isFalse, isLiteral, isNamed, isRegister, isSameCodeVar, isSameConst, isSameVar, isThis, isTrue, isUseVar, isZeroConst, isZeroLiteral, lit, lit, reg, reg, reg, typeImmutableIfKnownReg, typeImmutableReg, typeImmutableReg, unwrap, wrapArg, wrapInsnIntoArg, wrapInstruction, wrapInstruction
-
Methods inherited from class jadx.core.dex.instructions.args.Typed
getType, isTypeImmutable, setType
-
Methods inherited from class jadx.core.dex.attributes.AttrNode
add, addAttr, addAttr, addAttr, addAttrs, clearAttributes, contains, contains, copyAttributeFrom, copyAttributesFrom, get, getAll, getAnnotation, getAttributesString, getAttributesStringsList, isAttrStorageEmpty, remove, remove, removeAttr, rewriteAttributeFrom, unloadAttributes
-
-
-
-
Method Detail
-
getWrapInsn
public InsnNode getWrapInsn()
-
unWrapWithCopy
public InsnNode unWrapWithCopy()
-
setParentInsn
public void setParentInsn(InsnNode parentInsn)
- Overrides:
setParentInsnin classInsnArg
-
isInsnWrap
public boolean isInsnWrap()
- Overrides:
isInsnWrapin classInsnArg
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toShortString
public java.lang.String toShortString()
- Overrides:
toShortStringin classInsnArg
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-