public abstract class BaseArmCode
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseArmCode.Control
Represents control flow to occur after executing ArmCode's codeBlock.
|
| Modifier and Type | Field and Description |
|---|---|
private BaseArmCode.Control |
control
Control flow for this ArmCode.
|
| Constructor and Description |
|---|
BaseArmCode() |
| Modifier and Type | Method and Description |
|---|---|
BaseArmCode.Control |
getControl()
Get control flow for this ArmCode.
|
void |
setControl(BaseArmCode.Control control)
Set control flow for this ArmCode to
control. |
private BaseArmCode.Control control
break, continue, , return,
or proceed normally.public void setControl(BaseArmCode.Control control)
control.control - The value to set.public BaseArmCode.Control getControl()