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.
|
| 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. |
public void setControl(BaseArmCode.Control control)
control.control - The value to set.public BaseArmCode.Control getControl()