|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.topbraid.spin.model.visitor.AbstractExpressionVisitor
public class AbstractExpressionVisitor
An "empty" base implementation of ExpressionVisitor.
| Constructor Summary | |
|---|---|
AbstractExpressionVisitor()
|
|
| Method Summary | |
|---|---|
void |
visit(FunctionCall functionCall)
|
void |
visit(Variable variable)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractExpressionVisitor()
| Method Detail |
|---|
public void visit(FunctionCall functionCall)
visit in interface ExpressionVisitorpublic void visit(Variable variable)
visit in interface ExpressionVisitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||