public abstract static class InniArm.SuchThat extends java.lang.Object implements Quantifiable
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)
Sets quantifiers.
|
public Quantifiers q
public abstract boolean expr(Invocation inv)
inv
- The invocation.public void setQuantifiers(Quantifiers q)
Quantifiable
setQuantifiers
in interface Quantifiable
q
- The quantifiers.