Package | Description |
---|---|
eu.bandm.tools.umod |
Compiler for data models, from a concise mathematical oriented language into
Java.
|
Modifier and Type | Method and Description |
---|---|
static Factory.VisitorFlavours |
Factory.VisitorFlavours.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Factory.VisitorFlavours[] |
Factory.VisitorFlavours.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UMod.VisitorHint |
Factory.addVisitorDef(String name,
@Opt Location<XMLDocumentIdentifier> loc,
@Opt String doc,
@Opt Factory.VisitorFlavours flavour,
int number)
Add a base visitor definition to the model.
|
see also the complete user documentation .