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 |
|---|
Bytecode.Instruction(java.lang.String name) |
Bytecode.Instruction(java.lang.String name,
Bytecode.OperandType a) |
Bytecode.Instruction(java.lang.String name,
Bytecode.OperandType a,
Bytecode.OperandType b) |
public java.lang.String name
public Bytecode.OperandType[] type
public int nopnds
public Bytecode.Instruction(java.lang.String name)
public Bytecode.Instruction(java.lang.String name,
Bytecode.OperandType a)
public Bytecode.Instruction(java.lang.String name,
Bytecode.OperandType a,
Bytecode.OperandType b)
Copyright © 2018. All Rights Reserved.