| Modifier and Type | Field and Description |
|---|---|
String |
name |
int |
nopnds |
Bytecode.OperandType[] |
type |
| Constructor and Description |
|---|
Bytecode.Instruction(String name) |
Bytecode.Instruction(String name,
Bytecode.OperandType a) |
Bytecode.Instruction(String name,
Bytecode.OperandType a,
Bytecode.OperandType b) |
public String name
public Bytecode.OperandType[] type
public int nopnds
public Bytecode.Instruction(String name)
public Bytecode.Instruction(String name, Bytecode.OperandType a)
public Bytecode.Instruction(String name, Bytecode.OperandType a, Bytecode.OperandType b)
Copyright © 2013. All Rights Reserved.