public abstract static class InniArm.SuchThat
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
edu.ucdavis.rj.Quantifiable.Helper |
Modifier and Type | Field and Description |
---|---|
Quantifiers |
q
Value of quantifiers, if any, are accessible via this field.
|
Constructor and Description |
---|
InniArm.SuchThat() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
expr(Invocation inv)
Expression applied to an invocation to determine
whether it is eligible to be serviced.
|
void |
setQuantifiers(Quantifiers q) |
public Quantifiers q
public abstract boolean expr(Invocation inv)
inv
- The invocation.public void setQuantifiers(Quantifiers q)