Package jadx.core.dex.attributes.nodes
Class FieldReplaceAttr
- java.lang.Object
-
- jadx.api.plugins.input.data.attributes.PinnedAttribute
-
- jadx.core.dex.attributes.nodes.FieldReplaceAttr
-
- All Implemented Interfaces:
jadx.api.plugins.input.data.attributes.IJadxAttribute
public class FieldReplaceAttr extends jadx.api.plugins.input.data.attributes.PinnedAttribute
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldReplaceAttr.ReplaceWith
-
Constructor Summary
Constructors Constructor Description FieldReplaceAttr(ClassInfo cls)FieldReplaceAttr(InsnArg reg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AType<FieldReplaceAttr>getAttrType()ClassInfogetClsRef()FieldReplaceAttr.ReplaceWithgetReplaceType()InsnArggetVarRef()java.lang.StringtoString()
-
-
-
Method Detail
-
getReplaceType
public FieldReplaceAttr.ReplaceWith getReplaceType()
-
getClsRef
public ClassInfo getClsRef()
-
getVarRef
public InsnArg getVarRef()
-
getAttrType
public AType<FieldReplaceAttr> getAttrType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-