Uses of Class
eu.bandm.tools.tdom.runtime.BaseVisitor
Packages that use BaseVisitor
Package
Description
Created by bandm/metatools/tdom on 2025-08-17_22h56m02.
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
Generate format generating code (or formats dynamically) controlled by the
format description language.
Created by bandm/metatools/tdom on 2025-08-17_22h49m47.
Evaluation, statistics and renderings of bandm lab log format.
Meaning: Created from d2d definition module
lablog$expanded at
2025-08-17_22h58m27.
Created by bandm/metatools/tdom on 2025-08-17_22h50m07.
Meaning: Source format for multi lingual
support.
Command line parser and graphical user input generated from
one abstract description of programming options, incl data types
and multi-lingual descriptions.
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
Contains base and auxiliary classes for code generated by tdom.
Compiler for data models, from a concise mathematical oriented language into
Java.
Created by bandm/metatools/tdom on 2025-08-17_22h52m30.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
Meaning: Created from d2d definition module
xslt.concrete$expanded
at 2023-07-15_12h48m32.
-
Uses of BaseVisitor in eu.bandm.tools.d2d2.absy
Subclasses of BaseVisitor in eu.bandm.tools.d2d2.absyModifier and TypeClassDescriptionclasseu.bandm.tools.d2d2.absy.Visitor -
Uses of BaseVisitor in eu.bandm.tools.d2d2.base
Subclasses of BaseVisitor in eu.bandm.tools.d2d2.baseModifier and TypeClassDescriptionclassA source file which only adds comments to existing modules.final classReduces a d2d definition text file ("ddf") given as a tdomDocument_moduleinto an umodModuleand its sub-structures (= contained sub-modules and definitions).protected classDistributes documentation text to source items in the current module, descending into local definitions when required. -
Uses of BaseVisitor in eu.bandm.tools.doctypes.xhtml
Subclasses of BaseVisitor in eu.bandm.tools.doctypes.xhtmlModifier and TypeClassDescriptionclassSerializes the model instance into a sequence of SAX events.classSuper class for all user defined visitor code.final classCopy-and-edit "boilerplate" source for user defined visitor code. -
Uses of BaseVisitor in eu.bandm.tools.formatfrontends
Subclasses of BaseVisitor in eu.bandm.tools.formatfrontendsModifier and TypeClassDescriptionclassInterpreter for generating formats from the format description language dynamically.classBase class for different compilers which generate format-generating java sources, realizing the code generation for the common constructs of the format description language.protected classA sub-parser which extracts the list format description for a sub-object which is an aggregate, and stores them locally, for ease of recursion.classApplication to translate a format description for elements of a tdom model into format-generating code.protected classprotected classprotected class -
Uses of BaseVisitor in eu.bandm.tools.formatfrontends.absy
Subclasses of BaseVisitor in eu.bandm.tools.formatfrontends.absyModifier and TypeClassDescriptionclasseu.bandm.tools.formatfrontends.absy.Visitor -
Uses of BaseVisitor in eu.bandm.tools.lablog.base
Subclasses of BaseVisitor in eu.bandm.tools.lablog.baseModifier and TypeClassDescriptionclassGenerate from a collection of lablog entries an interactive HTML representation. -
Uses of BaseVisitor in eu.bandm.tools.lablog.xml
Subclasses of BaseVisitor in eu.bandm.tools.lablog.xmlModifier and TypeClassDescriptionclassSerializes the model instance into a sequence of SAX events.classSuper class for all user defined visitor code.final classCopy-and-edit "boilerplate" source for user defined visitor code. -
Uses of BaseVisitor in eu.bandm.tools.metajava.format
Subclasses of BaseVisitor in eu.bandm.tools.metajava.formatModifier and TypeClassDescriptionclassclassclass -
Uses of BaseVisitor in eu.bandm.tools.metajava.tdom
Subclasses of BaseVisitor in eu.bandm.tools.metajava.tdomModifier and TypeClassDescriptionclasseu.bandm.tools.metajava.tdom.Visitor -
Uses of BaseVisitor in eu.bandm.tools.muli.tdom
Subclasses of BaseVisitor in eu.bandm.tools.muli.tdomModifier and TypeClassDescriptionclassSerializes the model instance into a sequence of SAX events.classSuper class for all user defined visitor code.final classCopy-and-edit "boilerplate" source for user defined visitor code. -
Uses of BaseVisitor in eu.bandm.tools.muli.utils
Subclasses of BaseVisitor in eu.bandm.tools.muli.utils -
Uses of BaseVisitor in eu.bandm.tools.option
Subclasses of BaseVisitor in eu.bandm.tools.optionModifier and TypeClassDescriptionprotected classBase class for compiler phases.protected classZeroth phase, collect and generate code for enumerations.protected classCompile code for the gui class.protected classCreate a parsing method for each option, and two "switch" methods calling these, one for short and one for long names.protected classMinus-first phase, make crossref in which arguments an enum occurs.protected classCommon superclass forCompiler.Phase_usage_enumerationsandCompiler.Phase_usage_options.protected classDeliver the documentation text table for all enumeration types.protected classMake one defaultusage()function and many specials for each language appearing at least once in the collection of descriptions.protected classFirst and main code generation phase.
Creates code for
(1) checks uniqueness and correctness of names and abbrevs.
(2) collects documentation intoCompiler.desrcibes_argument_types.
(3) makes value fields and getter methods for all option arguments
(4) generates code for enabling conditions.
(currently only simple "equal()" have been tested. -
Uses of BaseVisitor in eu.bandm.tools.option.absy
Subclasses of BaseVisitor in eu.bandm.tools.option.absyModifier and TypeClassDescriptionclassSerializes the model instance into a sequence of SAX events.classSuper class for all user defined visitor code.final classCopy-and-edit "boilerplate" source for user defined visitor code. -
Uses of BaseVisitor in eu.bandm.tools.tdom.runtime
Classes in eu.bandm.tools.tdom.runtime with type parameters of type BaseVisitorModifier and TypeClassDescriptionclassBaseVisitor<V extends Visitable<? extends BaseVisitor>>interfaceVisitable<V extends BaseVisitor>Marks all generated classes which are reachable by the generated Visitor class.Methods in eu.bandm.tools.tdom.runtime with parameters of type BaseVisitor -
Uses of BaseVisitor in eu.bandm.tools.umod
Subclasses of BaseVisitor in eu.bandm.tools.umodModifier and TypeClassDescriptionfinal classATTENTION:
umod.g reserved words (like "TOPLEVEL") are excluded from being used as class identifiers ONLY by the umod.g lexer (viaIDENT_UPPER options { testLiterals = true ; }.protected classReduces pragma codes.protected classprotected classprotected class -
Uses of BaseVisitor in eu.bandm.tools.umod.absy
Subclasses of BaseVisitor in eu.bandm.tools.umod.absyModifier and TypeClassDescriptionclasseu.bandm.tools.umod.absy.Visitor -
Uses of BaseVisitor in eu.bandm.tools.xslt.base
Subclasses of BaseVisitor in eu.bandm.tools.xslt.baseModifier and TypeClassDescriptionclassApplication<N>Each instance of this class realizes the application of an xslt program, given as aTransformation, to a certain input.(package private) classDescends through an xslt tdom, and dumps the SAX events to someContentHandler.(package private) classDescends through an xslt tdom, and switches automatically to result tree fragment visitation (=MultiTypeNodeListvisitation), if those are found as contents of xslt leaf elements (of particular types only!), as indicated by the mapCombinedVisitor.subtrees.(package private) classprotected classCopies top-level definitions from template into its own, structured directories, for named templates, pattern controlled templates, attribute value sets, top-level parameters and variables. -
Uses of BaseVisitor in eu.bandm.tools.xslt.tdom
Subclasses of BaseVisitor in eu.bandm.tools.xslt.tdomModifier and TypeClassDescriptionclasseu.bandm.tools.xslt.tdom.DumperSerializes the model instance into a sequence of SAX events.classeu.bandm.tools.xslt.tdom.VisitorSuper class for all user defined visitor code.