Package jadx.core.dex.instructions.args
Class NamedArg
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.NamedArg
- All Implemented Interfaces:
IAttributeNode,Named
-
Field Summary
FieldsFields inherited from class jadx.core.dex.instructions.args.InsnArg
parentInsn -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jadx.core.dex.instructions.args.InsnArg
copyCommonParams, getParentInsn, isAnyThis, isConst, isFalse, isInsnWrap, isLiteral, isRegister, isSameCodeVar, isSameConst, isSameVar, isSameVar, isThis, isTrue, isUseVar, isZeroConst, isZeroLiteral, lit, lit, reg, reg, reg, setParentInsn, typeImmutableIfKnownReg, typeImmutableReg, typeImmutableReg, unwrap, wrapArg, wrapInsnIntoArg, wrapInstruction, wrapInstructionMethods inherited from class jadx.core.dex.instructions.args.Typed
getType, isTypeImmutable, setTypeMethods 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
-
Field Details
-
name
-
-
Constructor Details
-
NamedArg
-
-
Method Details
-
getName
-
isNamed
public boolean isNamed() -
setName
-
duplicate
-
hashCode
public int hashCode() -
equals
-
toShortString
- Overrides:
toShortStringin classInsnArg
-
toString
-