Package eu.bandm.tools.option.absy
Class VisitorTemplate
java.lang.Object
eu.bandm.tools.tdom.runtime.BaseVisitor
eu.bandm.tools.option.absy.Visitor
eu.bandm.tools.option.absy.VisitorTemplate
- All Implemented Interfaces:
PCDataVisitor
Copy-and-edit "boilerplate" source for user defined visitor code. The
Please note that only the element-level visit methods have been included. There may be further methods for sub-contents, which have been left out for readability. These can be found in the generated
visit(..)
methods all throw RuntimeException
and are to be edited
by the programmer. Please note that only the element-level visit methods have been included. There may be further methods for sub-contents, which have been left out for readability. These can be found in the generated
Visitor
.-
Field Summary
Fields inherited from class eu.bandm.tools.tdom.runtime.BaseVisitor
validating
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(Element_and element) (Superclass implementation descends into<!ELEMENT and ((testequal | testgreater | optarg | enumSetContains) | and | or | not)+ >
.)void
visit
(Element_bool element) (Superclass implementation descends into<!ELEMENT bool EMPTY >
.)void
visit
(Element_comment element) (Superclass implementation descends into<!ELEMENT comment (text+) >
.)void
visit
(Element_condition element) (Superclass implementation descends into<!ELEMENT condition ((testequal | testgreater | optarg | enumSetContains) | and | or | not) >
.)void
visit
(Element_constant element) (Superclass implementation descends into<!ELEMENT constant EMPTY >
.)void
visit
(Element_defaults element) (Superclass implementation descends into<!ELEMENT defaults (v+) >
.)void
visit
(Element_desc element) (Superclass implementation descends into<!ELEMENT desc (text+) >
.)void
visit
(Element_dirOnly element) (Superclass implementation descends into<!ELEMENT dirOnly EMPTY >
.)void
visit
(Element_enum element) (Superclass implementation descends into<!ELEMENT enum EMPTY >
.)void
visit
(Element_enumeration element) (Superclass implementation descends into<!ELEMENT enumeration (desc?, enumitem+) >
.)void
visit
(Element_enumitem element) (Superclass implementation descends into<!ELEMENT enumitem (desc?) >
.)void
visit
(Element_enumset element) (Superclass implementation descends into<!ELEMENT enumset EMPTY >
.)void
visit
(Element_enumSetContains element) (Superclass implementation descends into<!ELEMENT enumSetContains EMPTY >
.)void
visit
(Element_float element) (Superclass implementation descends into<!ELEMENT float EMPTY >
.)void
visit
(Element_int element) (Superclass implementation descends into<!ELEMENT int EMPTY >
.)void
visit
(Element_isMeta element) (Superclass implementation descends into<!ELEMENT isMeta EMPTY >
.)void
visit
(Element_noGui element) (Superclass implementation descends into<!ELEMENT noGui EMPTY >
.)void
visit
(Element_not element) (Superclass implementation descends into<!ELEMENT not ((testequal | testgreater | optarg | enumSetContains) | and | or | not) >
.)void
visit
(Element_notDir element) (Superclass implementation descends into<!ELEMENT notDir EMPTY >
.)void
visit
(Element_optarg element) (Superclass implementation descends into<!ELEMENT optarg EMPTY >
.)void
visit
(Element_option element) (Superclass implementation descends into<!ELEMENT option (noGui?, isMeta?, desc, type, condition?) >
.)void
visit
(Element_optionlist element) (Superclass implementation descends into<!ELEMENT optionlist (printout_title?, (enumeration | option | comment)*) >
.)void
visit
(Element_or element) (Superclass implementation descends into<!ELEMENT or ((testequal | testgreater | optarg | enumSetContains) | and | or | not)+ >
.)void
visit
(Element_printout_title element) (Superclass implementation descends into<!ELEMENT printout_title (text+) >
.)void
visit
(Element_rat element) (Superclass implementation descends into<!ELEMENT rat EMPTY >
.)void
visit
(Element_rep element) (Superclass implementation descends into<!ELEMENT rep ((%simpletypes;)+, defaults?) >
.)void
visit
(Element_simpletypes element) (Superclass implementation descends into<!ELEMENT simpletypes (int | float | rat | bool | string | uri | enum | enumset) >
.)void
visit
(Element_string element) (Superclass implementation descends into<!ELEMENT string EMPTY >
.)void
visit
(Element_testequal element) (Superclass implementation descends into<!ELEMENT testequal ((constant | optarg), %testvalues;) >
.)void
visit
(Element_testgreater element) (Superclass implementation descends into<!ELEMENT testgreater ((constant | optarg), %testvalues;) >
.)void
visit
(Element_text element) (Superclass implementation descends into<!ELEMENT text (#PCDATA) >
.)void
visit
(Element_type element) (Superclass implementation descends into<!ELEMENT type ((%simpletypes;)*, rep?) >
.)void
visit
(Element_uri element) (Superclass implementation descends into<!ELEMENT uri ((dirOnly | notDir)?, writable?) >
.)void
(Superclass implementation descends into<!ELEMENT v (#PCDATA) >
.)void
visit
(Element_writable element) (Superclass implementation descends into<!ELEMENT writable EMPTY >
.)Methods inherited from class eu.bandm.tools.option.absy.Visitor
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
Methods inherited from class eu.bandm.tools.tdom.runtime.BaseVisitor
visit
-
Constructor Details
-
VisitorTemplate
public VisitorTemplate()
-
-
Method Details
-
visit
(Superclass implementation descends into<!ELEMENT constant EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT bool EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT string EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT enumitem (desc?) >
.) -
visit
(Superclass implementation descends into<!ELEMENT optarg EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT type ((%simpletypes;)*, rep?) >
.) -
visit
(Superclass implementation descends into<!ELEMENT float EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT writable EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT dirOnly EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT not ((testequal | testgreater | optarg | enumSetContains) | and | or | not) >
.) -
visit
(Superclass implementation descends into<!ELEMENT and ((testequal | testgreater | optarg | enumSetContains) | and | or | not)+ >
.) -
visit
(Superclass implementation descends into<!ELEMENT text (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT enumeration (desc?, enumitem+) >
.) -
visit
(Superclass implementation descends into<!ELEMENT rep ((%simpletypes;)+, defaults?) >
.) -
visit
(Superclass implementation descends into<!ELEMENT testequal ((constant | optarg), %testvalues;) >
.) -
visit
(Superclass implementation descends into<!ELEMENT simpletypes (int | float | rat | bool | string | uri | enum | enumset) >
.) -
visit
(Superclass implementation descends into<!ELEMENT testgreater ((constant | optarg), %testvalues;) >
.) -
visit
(Superclass implementation descends into<!ELEMENT or ((testequal | testgreater | optarg | enumSetContains) | and | or | not)+ >
.) -
visit
(Superclass implementation descends into<!ELEMENT rat EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT isMeta EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT enumSetContains EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT uri ((dirOnly | notDir)?, writable?) >
.) -
visit
(Superclass implementation descends into<!ELEMENT int EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT enum EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT enumset EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT condition ((testequal | testgreater | optarg | enumSetContains) | and | or | not) >
.) -
visit
(Superclass implementation descends into<!ELEMENT defaults (v+) >
.) -
visit
(Superclass implementation descends into<!ELEMENT v (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT printout_title (text+) >
.) -
visit
(Superclass implementation descends into<!ELEMENT optionlist (printout_title?, (enumeration | option | comment)*) >
.) -
visit
(Superclass implementation descends into<!ELEMENT comment (text+) >
.) -
visit
(Superclass implementation descends into<!ELEMENT noGui EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT notDir EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT desc (text+) >
.) -
visit
(Superclass implementation descends into<!ELEMENT option (noGui?, isMeta?, desc, type, condition?) >
.)
-