Uses of Class
eu.bandm.tools.umod.UMod.Visitor
Packages that use UMod.Visitor
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Compiler for data models, from a concise mathematical oriented language into
Java.
-
Uses of UMod.Visitor in eu.bandm.tools.d2d2.base
Subclasses of UMod.Visitor in eu.bandm.tools.d2d2.baseModifier and TypeClassDescriptionclassGenerate a d2d definition module from a umod model definition. -
Uses of UMod.Visitor in eu.bandm.tools.umod
Subclasses of UMod.Visitor in eu.bandm.tools.umodModifier and TypeClassDescriptionprotected classChecks whether there is at most one field marked as KEY field.protected classAux class to check the uniqueness of field names on each path from root to leaf.classRealizes a visitor which is driven by the concrete contents of a certain instance of a umod model.
The currently visited object is stored inmodel, the XXXstatic classDelivers text to explain compound UMod types, with UMod source level type constructors, javadoc-style links to the generated classes, and additional strictness comments.static classCentral class for relating umod type definitions to Java type constructs.protected classstatic classclassclassprotected classprotected classEvery method ".equals" and ".hashCode" does process all fields of all superclasses, without delegation.protected classprotected classprotected classprotected classprotected classprotected classprotected classprotected classprotected classprotected classprotected classprotected classprotected classprotected classDeprecated.protected classIs created and called for toplevel classes, and then created anew for all sub-classes!protected classReturns in "result" a Format which represents the descending code.Methods in eu.bandm.tools.umod with parameters of type UMod.VisitorModifier and TypeMethodDescriptionvoidUMod.Forest.descend_extBySequence(UMod.Visitor v) voidUMod.ClassDef.descend_fielddefs(UMod.Visitor v) voidUMod.ClassDef.descend_interfaces(UMod.Visitor v) voidUMod.ClassDef.descend_javablocks(UMod.Visitor v) voidUMod.ClassDef.descend_subdefs(UMod.Visitor v) voidUMod.Forest.descend_topclassdefsbyname(UMod.Visitor v)