|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.ucdavis.rj.Ops.BaseArmCode
edu.ucdavis.rj.Ops.ArmCode
public abstract class ArmCode
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class edu.ucdavis.rj.Ops.BaseArmCode |
|---|
BaseArmCode.Control |
| Field Summary | |
|---|---|
Quantifiers |
q
Value of quantifiers, if any, are accessible via this field. |
| Constructor Summary | |
|---|---|
ArmCode()
|
|
| Method Summary | |
|---|---|
abstract void |
codeBlock(Invocation inv)
Override this method with the body of code for the invocation. |
void |
setQuantifiers(Quantifiers q)
Sets quantifiers. |
| Methods inherited from class edu.ucdavis.rj.Ops.BaseArmCode |
|---|
getControl, setControl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Quantifiers q
| Constructor Detail |
|---|
public ArmCode()
| Method Detail |
|---|
public abstract void codeBlock(Invocation inv)
inv - The invocation.public void setQuantifiers(Quantifiers q)
q - The quantifiers.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||