Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
AnonymousClass |
class |
GeneratedBlock |
class |
GeneratedClass |
class |
GeneratedConstructor |
class |
GeneratedDeclaration |
class |
GeneratedEnum |
class |
GeneratedEnumConstant |
class |
GeneratedField |
class |
GeneratedMember |
class |
GeneratedMethod |
class |
GeneratedPackage |
class |
GeneratedParameter |
class |
GeneratedProcedure |
Modifier and Type | Method and Description |
---|---|
protected void |
Visitor.action(GeneratedAnnotationTarget target) |
void |
Visitor.match(GeneratedAnnotationTarget target) |
Modifier and Type | Method and Description |
---|---|
protected void |
Compiler.add_comment_for_sourcetext(@Opt Element_desc desc,
GeneratedAnnotationTarget target)
Add the description in the
Compiler.LINGUA_FRANCA , if any, to the
generated java object "target",
by calling {@link add_comment_for_sourcetext(String,Element_desc, GeneratedAnnotationTarget). |
protected void |
Compiler.add_comment_for_sourcetext(@Opt String prefix,
@Opt Element_desc desc,
GeneratedAnnotationTarget target)
Adds formatted user-level (=payload) comment to a generated method or field.
|
protected void |
Compiler.Phase1.addLinkComment(GeneratedAnnotationTarget m)
Put the (English) documentation text which leads the user to the
pars-pro-toto
documentedMeth . |
protected void |
Compiler.Phase1.addLinkCommentEXT(GeneratedAnnotationTarget gm,
String name)
Put the (English) documentation text which leads the user to the
pars-pro-toto
documentedMeth contained in a diffrent class. |
Modifier and Type | Method and Description |
---|---|
protected void |
UMod2java.addDocumentation(GeneratedAnnotationTarget target,
String text)
Add comment text, but only iff we run in doc mode.
|
protected void |
UMod2java.addDocumentation(GeneratedAnnotationTarget target,
UMod.Item source,
@Opt String genericAlternative,
@Opt String concludingText)
Adds metajava documentation objects to the generated metajava structure.
|
protected void |
UMod2java.addDocumentation(GeneratedAnnotationTarget target,
UMod.Item source,
@Opt String prefixToUser,
@Opt String genericAlternative,
@Opt String concludingText)
Adds metajava documentation objects to the generated metajava structure.
|
see also the complete user documentation .