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) Objectprivate final JasmEnvironmentprivate final ConstCell<?> (package private) Instr(package private) OpcodeTables.Opcode(package private) intprivate final ConstantPoolprivate intprivate final ConstCell<?> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate IndexerfixReference(Indexer arg) private Stringset(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
-