public static class TemplateCompilerFramework.MachineCode extends Object
| Modifier and Type | Field and Description |
|---|---|
private int[] |
bcMap |
private CodeArray |
instructions |
| Constructor and Description |
|---|
MachineCode(CodeArray i,
int[] bcm) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getBytecodeMap() |
CodeArray |
getInstructions() |
void |
setBytecodeMap(int[] newmap) |
private final CodeArray instructions
private int[] bcMap
MachineCode(CodeArray i, int[] bcm)
public CodeArray getInstructions()
public int[] getBytecodeMap()
public void setBytecodeMap(int[] newmap)