public abstract class ArmCode extends BaseArmCode
| Modifier and Type | Class and Description |
|---|---|
static class |
edu.ucdavis.rj.Quantifiable.Helper |
BaseArmCode.Control| Modifier and Type | Field and Description |
|---|---|
Quantifiers |
q
Value of quantifiers, if any, are accessible via this field.
|
| Constructor and Description |
|---|
ArmCode() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
codeBlock(Invocation inv)
Override this method with the body of code for the invocation.
|
void |
setQuantifiers(Quantifiers q) |
getControl, setControlpublic Quantifiers q
public abstract void codeBlock(Invocation inv)
inv - The invocation.public void setQuantifiers(Quantifiers q)