Package org.openjdk.asmtools.jasm
Class Instr
java.lang.Object
org.openjdk.asmtools.jasm.Instr
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Indexer
(package private) Object
private final JasmEnvironment
private final ConstCell<?>
(package private) Instr
(package private) OpcodeTables.Opcode
(package private) int
private final ConstantPool
private int
private final ConstCell<?>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Indexer
fixReference
(Indexer arg) private String
set
(int pc, int pos, OpcodeTables.Opcode opc, Indexer arg, Object arg2) void
-
Field Details
-
Constructor Details
-
Instr
-
-
Method Details
-
set
-
fixReference
-
write
- Throws:
IOException
-
getMethodSignature
- Returns:
- the current method signature in the form "MethodName""MethodSignature" like testMethod(II)V for using in warning messages
-