public abstract class Suffix
extends java.lang.Object
| Constructor and Description |
|---|
Suffix() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
containsVariable(Variable var)
Test if a variable is contained in the suffix.
|
public abstract boolean containsVariable(Variable var)
var - The variable.