public class JumpInstructions
extends java.lang.Object
| Constructor and Description |
|---|
JumpInstructions() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInstructions(boolean type) |
void |
merge(JumpInstructions other) |
void |
setInstructions(boolean type,
int instructions) |
public void setInstructions(boolean type,
int instructions)
public int getInstructions(boolean type)
public void merge(JumpInstructions other)