public class VariablesSet.IsMemberVisitor extends AbstractVisitorBoolean
true
, if the expression contains one of the variable
store in the internal java.util.Set
.IExpr.isVariable()
Constructor and Description |
---|
IsMemberVisitor() |
Modifier and Type | Method and Description |
---|---|
boolean |
visit(IAST list) |
boolean |
visit(ISymbol symbol) |
public boolean visit(IAST list)
public boolean visit(ISymbol symbol)
visit
in interface IVisitorBoolean
visit
in class AbstractVisitorBoolean