Uses of Class
eu.bandm.tools.metajava.GeneratedAnnotationTarget
Package
Description
Command line parser and graphical user input generated from
one abstract description of programming options, incl data types
and multi-lingual descriptions.
Compiler for data models, from a concise mathematical oriented language into
Java.
-
Uses of GeneratedAnnotationTarget in eu.bandm.tools.metajava
Modifier and TypeClassDescriptionclass
class
class
class
class
(package private) class
Deprecated.class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionprotected void
Visitor.action
(GeneratedAnnotationTarget target) void
Visitor.match
(GeneratedAnnotationTarget target) -
Uses of GeneratedAnnotationTarget in eu.bandm.tools.option
Modifier and TypeMethodDescriptionprotected void
Compiler.add_comment_for_sourcetext
(@Opt Element_desc desc, GeneratedAnnotationTarget target) Add the description in theCompiler.LINGUA_FRANCA
, if any, to the generated java object "target", by callingCompiler.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-totoCompiler.Phase1.documentedMeth
.protected void
Compiler.Phase1.addLinkCommentEXT
(GeneratedAnnotationTarget gm, String name) Put the (English) documentation text which leads the user to the pars-pro-totoCompiler.Phase1.documentedMeth
contained in a diffrent class. -
Uses of GeneratedAnnotationTarget in eu.bandm.tools.umod
Modifier and TypeMethodDescriptionprotected 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.protected void
UMod2java.addDocumentation
(GeneratedAnnotationTarget target, String text) Add comment text, but only iff we run in doc mode.
GeneratedBlock
etc.