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