Package jadx.api.metadata.annotations
Class InsnCodeOffset
java.lang.Object
jadx.api.metadata.annotations.InsnCodeOffset
- All Implemented Interfaces:
ICodeAnnotation
-
Nested Class Summary
Nested classes/interfaces inherited from interface jadx.api.metadata.ICodeAnnotation
ICodeAnnotation.AnnType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidattach(ICodeWriter code, int offset) static voidattach(ICodeWriter code, InsnNode insn) static @Nullable InsnCodeOffsetinttoString()
-
Field Details
-
offset
private final int offset
-
-
Constructor Details
-
InsnCodeOffset
public InsnCodeOffset(int offset)
-
-
Method Details
-
attach
-
attach
-
from
-
getOffset
public int getOffset() -
getAnnType
- Specified by:
getAnnTypein interfaceICodeAnnotation
-
toString
-