Package eu.bandm.tools.format
Class Visitor
java.lang.Object
eu.bandm.tools.format.Visitor
- Direct Known Subclasses:
FormatTree.Inner1.Inner2,NonFormatPrinter
General purpose Visitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoiddefault voidSwitch controlled by type, which calls a particular methodaction(f)with the most-specific class of the format.default voidCentral switch controlled by type, which calls a particular methodaction(f)with the most-specific class of the format.default voidSwitch conrolled by type, which calls a particular methodaction(f)with the most-specific class of the format.default voidSwitch controlled by type, which calls a particular methodaction(f)with the most-specific class of the format.
-
Constructor Details
-
Visitor
public Visitor()Sole constructor.
-
-
Method Details
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-
match
Switch controlled by type, which calls a particular methodaction(f)with the most-specific class of the format.- Parameters:
o- the object to visit.
-
match
Central switch controlled by type, which calls a particular methodaction(f)with the most-specific class of the format.- Parameters:
f- the format to visit.
-
match
Switch controlled by type, which calls a particular methodaction(f)with the most-specific class of the format.- Parameters:
f- the format to visit.
-
match
Switch conrolled by type, which calls a particular methodaction(f)with the most-specific class of the format.- Parameters:
f- the format to visit.
-