Package | Description |
---|---|
eu.bandm.tools.formatfrontends |
Generate format generating code (or formats dynamically) controlled by the
format description language.
|
eu.bandm.tools.metajava | |
eu.bandm.tools.option.runtime |
Runtime library for generated option processing code: building blocks for
parsing and GUI.
|
eu.bandm.tools.tdom |
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
|
eu.bandm.tools.umod |
Compiler for data models, from a concise mathematical oriented language into
Java.
|
Modifier and Type | Method and Description |
---|---|
GeneratedClass |
Tdom2format.compile(GeneratedPackage targetpackage,
MetaClass basevisitor,
String classname,
eu.bandm.tools.formatfrontends.absy.Element_tdomRules rules) |
Modifier and Type | Class and Description |
---|---|
class |
AnonymousClass |
class |
ArrayClass |
class |
EnvironmentClass |
class |
GeneratedClass |
class |
GeneratedEnum |
class |
GeneratedEnumConstant |
Modifier and Type | Field and Description |
---|---|
protected MetaClass |
GeneratedBlock.enclosing |
protected MetaClass |
GeneratedParameterizedType.rawType |
static MetaClass |
GeneratedClass.rootClass |
Modifier and Type | Field and Description |
---|---|
static Function<MetaType,MetaClass> |
MetaType.getRawType |
Modifier and Type | Method and Description |
---|---|
MetaClass |
EnvironmentPackage.getClass(String name) |
MetaClass |
MetaPackage.getClass(String name) |
MetaClass |
EnvironmentClass.getElementClass() |
MetaClass |
GeneratedClass.getElementClass() |
MetaClass |
MetaStaticImportableMember.getEnclosingClass() |
MetaClass |
EnvironmentClass.getEnclosingClass() |
MetaClass |
GeneratedBlock.getEnclosingClass() |
MetaClass |
MetaClass.getEnclosingClass() |
MetaClass |
ArrayClass.getInnerClass(Iterable<? extends String> id) |
MetaClass |
MetaClass.getInnerClass(Iterable<? extends String> name) |
MetaClass |
MetaClass.getInnerClass(String name) |
MetaClass |
GeneratedTypeVariable.getRawType() |
MetaClass |
MetaType.getRawType() |
MetaClass |
GeneratedWildcardType.getRawType() |
MetaClass |
ArrayClass.getRawType() |
MetaClass |
GeneratedParameterizedType.getRawType() |
MetaClass |
EnvironmentClass.getRawType() |
MetaClass |
MetaParameterizedType.getRawType() |
MetaClass |
UnresolvedType.getRawType() |
MetaClass |
EnvironmentParameterizedType.getRawType() |
MetaClass |
EnvironmentTypeVariable.getRawType() |
MetaClass |
GeneratedClass.getRawType() |
MetaClass |
EnvironmentWildcardType.getRawType() |
MetaClass |
EnvironmentMethod.getReturnType() |
MetaClass |
EnvironmentField.getType() |
Modifier and Type | Method and Description |
---|---|
Collection<? extends MetaClass> |
MetaProcedure.getExceptionTypes() |
Collection<MetaClass> |
GeneratedProcedure.getExceptionTypes() |
Collection<? extends MetaClass> |
MetaClass.getInnerClasses() |
Modifier and Type | Method and Description |
---|---|
protected void |
Visitor.action(MetaClass metaClass) |
void |
GeneratedAnnotationTarget.addAnnotation(MetaClass annotation) |
void |
GeneratedProcedure.addExceptionType(MetaClass exception) |
static <A extends Formattable> |
GeneratedLiteral.literal(MetaClass type,
A... values) |
void |
Visitor.match(MetaClass metaClass) |
Format |
ReferenceRewriter.optimizeReference(Format ref,
MetaClass target) |
static GeneratedParameterizedType |
GeneratedParameterizedType.parametrize(MetaClass rawType,
MetaType... actualTypeArguments) |
GeneratedParameterizedType |
GeneratedParameterizedType.parametrizeNested(MetaClass rawType,
MetaType... actualTypeArguments) |
Constructor and Description |
---|
GeneratedBlock(MetaClass enclosing,
int modifiers) |
GeneratedParameterizedType(MetaClass rawType,
MetaType... actualTypeArguments) |
GeneratedParameterizedType(MetaType ownerType,
MetaClass rawType,
MetaType... actualTypeArguments) |
Modifier and Type | Method and Description |
---|---|
static String |
Model.descriptionKeyForEnum(MetaClass cl)
Generated MuLi-Catalog key to store the description of an enum type.
|
Modifier and Type | Field and Description |
---|---|
static MetaClass |
TypedDOMGenerator.checkedListPlusType |
static MetaClass |
TypedDOMGenerator.checkedListPlusType |
static MetaClass |
TypedDOMGenerator.checkedListType |
static MetaClass |
TypedDOMGenerator.checkedListType |
static MetaClass |
TypedDOMGenerator.exception |
static MetaClass |
TypedDOMGenerator.exception |
static MetaClass |
TypedDOMGenerator.functionType |
static MetaClass |
TypedDOMGenerator.functionType |
static MetaClass |
TypedDOMGenerator.runtimeException |
static MetaClass |
TypedDOMGenerator.runtimeException |
static MetaClass |
TypedDOMGenerator.tdomAttributeException |
static MetaClass |
TypedDOMGenerator.tdomAttributeException |
Modifier and Type | Method and Description |
---|---|
protected static String |
TypedDOMGenerator.makeFieldDescription(int number,
MetaClass contentClass)
make a human language identification of the compontent of a content model.
|
protected static String |
TypedDOMGenerator.makeFieldDescription(int number,
MetaClass contentClass)
make a human language identification of the compontent of a content model.
|
Modifier and Type | Method and Description |
---|---|
GeneratedClass |
UMod2Tsoap.WriterGenerator.make_XMLDumper(String classname,
GeneratedContext context,
MetaClass basevisitorclass) |
void |
UMod2Tsoap.translate(String parsername,
String writername,
UMod.Forest model0,
GeneratedContext context,
MetaClass basevisitor,
boolean visitoroptimize,
MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg0) |
see also the complete user documentation .