public static class Bytecode.Instruction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
int |
nopnds |
Bytecode.OperandType[] |
type |
Constructor and Description |
---|
Instruction(java.lang.String name) |
Instruction(java.lang.String name,
Bytecode.OperandType a) |
Instruction(java.lang.String name,
Bytecode.OperandType a,
Bytecode.OperandType b) |
public java.lang.String name
public Bytecode.OperandType[] type
public int nopnds
public Instruction(java.lang.String name)
public Instruction(java.lang.String name, Bytecode.OperandType a)
public Instruction(java.lang.String name, Bytecode.OperandType a, Bytecode.OperandType b)