Package org.openjdk.asmtools.jasm
Class Instr
- java.lang.Object
-
- org.openjdk.asmtools.jasm.Instr
-
class Instr extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Instr()
Instr(int pc, int pos, OpcodeTables.Opcode opc, Argument arg, java.lang.Object arg2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(CheckedDataOutputStream out, Environment env)
-
-
-
Field Detail
-
next
Instr next
-
pc
int pc
-
pos
int pos
-
opc
OpcodeTables.Opcode opc
-
arg
Argument arg
-
arg2
java.lang.Object arg2
-
-
Constructor Detail
-
Instr
public Instr(int pc, int pos, OpcodeTables.Opcode opc, Argument arg, java.lang.Object arg2)
-
Instr
public Instr()
-
-
Method Detail
-
write
public void write(CheckedDataOutputStream out, Environment env) throws java.io.IOException
- Throws:
java.io.IOException
-
-