Package jadx.core.dex.instructions.args
Class Typed
- java.lang.Object
-
- jadx.core.dex.attributes.AttrNode
-
- jadx.core.dex.instructions.args.Typed
-
- All Implemented Interfaces:
IAttributeNode
- Direct Known Subclasses:
InsnArg
public abstract class Typed extends AttrNode
-
-
Constructor Summary
Constructors Constructor Description Typed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArgTypegetType()booleanisTypeImmutable()voidsetType(ArgType type)-
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
-
-