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 |
Command line parser and graphical user input generated from
one abstract description of programming options, incl data types
and multi-lingual descriptions.
|
eu.bandm.tools.umod |
Compiler for data models, from a concise mathematical oriented language into
Java.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,GeneratedMethod> |
Tdom2format.visitmethods |
Modifier and Type | Field and Description |
---|---|
protected List<GeneratedMethod> |
GeneratedClass.methods |
Modifier and Type | Method and Description |
---|---|
GeneratedMethod |
GeneratedClass.addMethod(int modifiers,
Class returnType,
String name) |
GeneratedMethod |
GeneratedClass.addMethod(int modifiers,
MetaType returnType,
String name) |
Modifier and Type | Method and Description |
---|---|
Collection<GeneratedMethod> |
GeneratedClass.getMethods() |
Modifier and Type | Method and Description |
---|---|
protected void |
FormattingVisitor.action(GeneratedMethod method)
Deprecated.
|
protected void |
Visitor.action(GeneratedMethod method) |
void |
Visitor.match(GeneratedMethod method) |
Modifier and Type | Field and Description |
---|---|
protected GeneratedMethod |
Compiler.meth_checkActive |
protected GeneratedMethod |
Compiler.meth_displayActive |
Modifier and Type | Method and Description |
---|---|
protected void |
Compiler.Phase1.addFullCommentOrCrossRef(GeneratedMethod m)
For the first call, put the (English) documentation text and arguments' regExp
to that method, as a pars-pro-toto; later put references to that first method.
|
Modifier and Type | Field and Description |
---|---|
GeneratedMethod |
UMod2java.V__compileSwingTree.branchmeth |
protected GeneratedMethod |
UMod2visitors.V_makeRewriterCoRewriter.dorwmeth |
Modifier and Type | Method and Description |
---|---|
void |
UMod2format.Compiler.compileOnePattern(UMod.ClassDef cd,
GeneratedMethod gm0,
String code,
String initialModel)
Derived method which parses the format code of one
class definition into a tdom, then sets
the current model and its type, and finally calls the base method.
|
protected void |
UMod2visitors.V_makeRewriterCoRewriter.put_suppress_addAll_warning_annotation(GeneratedMethod meth) |
protected void |
UMod2visitors.V_compileMatchCascade.testit(UMod.ClassDef cd,
GeneratedMethod gm) |
see also the complete user documentation .