|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Formula
The type of all logic formulas that accept visitors.
| Method Summary | |
|---|---|
java.lang.Object |
accept(Visitor _v)
Accepts a visitor. |
| Method Detail |
|---|
java.lang.Object accept(Visitor _v)
{ return _v.visit(this); },
and the compiler identifies the right Visitor method
based on the subclass (which is the type of this).
_v - The visitor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||