Uses of Class
eu.bandm.tools.metajava.GeneratedAnnotation
Package
Description
Mirror of Java reflection: Build java sources as object models.
Command line parser and graphical user input generated from
one abstract description of programming options, incl data types
and multi-lingual descriptions.
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
Compiler for data models, from a concise mathematical oriented language into
Java.
-
Uses of GeneratedAnnotation in eu.bandm.tools.metajava
Modifier and TypeMethodDescriptionfinal List
<GeneratedAnnotation> GeneratedAnnotationTarget.getAnnotations()
static GeneratedLiteral
<GeneratedAnnotation> GeneratedLiteral.literal
(GeneratedAnnotation x) Modifier and TypeMethodDescriptionprotected void
Visitor.action
(GeneratedAnnotation annotation) final void
GeneratedAnnotationTarget.addAnnotation
(GeneratedAnnotation annotation) static GeneratedLiteral
<GeneratedAnnotation> GeneratedLiteral.literal
(GeneratedAnnotation x) void
Visitor.match
(GeneratedAnnotation annotation) -
Uses of GeneratedAnnotation in eu.bandm.tools.metajava.format
Modifier and TypeFieldDescriptionprotected final List
<GeneratedAnnotation> DeclarationReducer.annotations
-
Uses of GeneratedAnnotation in eu.bandm.tools.option
Modifier and TypeFieldDescriptionprotected GeneratedAnnotation
Compiler.annotationDeprecated_has
protected GeneratedAnnotation
Compiler.annotationOverride
Modifier and TypeMethodDescriptionvoid
Compiler.compile
(Element_optionlist data0, String packagename0, String classname_model, @Opt String classname_gui, String destdir, Format genComment, GeneratedAnnotation generatedAnnotation, String inputfilename, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr) Create source text for a model, and for a gui, if required. -
Uses of GeneratedAnnotation in eu.bandm.tools.tdom
Modifier and TypeFieldDescriptionstatic final GeneratedAnnotation
TypedDOMGenerator.annotationDeprecated
static final GeneratedAnnotation
TypedDOMGenerator.annotationHidden
static final GeneratedAnnotation
TypedDOMGenerator.annotationOpt
static final GeneratedAnnotation
TypedDOMGenerator.annotationOverride
static final GeneratedAnnotation
TypedDOMGenerator.annotationUser
protected final GeneratedAnnotation
PackageTemplate.generationAnnotation
Is read by ElementTemplate and many others: -
Uses of GeneratedAnnotation in eu.bandm.tools.umod
Modifier and TypeFieldDescriptionprotected static final GeneratedAnnotation
UMod2visitors.ANNOTATION_SUPPRESS_UNCHECKED
static final GeneratedAnnotation
Types.annotationDeprecated
(package private) final GeneratedAnnotation
UMod2format.generatedAnnotation
(package private) final GeneratedAnnotation
UMod2visitors.generatedAnnotation
protected GeneratedAnnotation
UMod2java.generationAnnotation
(package private) static final GeneratedAnnotation
UMod2java.sonarqubeStringsEqual
ModifierConstructorDescriptionUMod2format
(GeneratedAnnotation generatedAnnotation) (package private)
UMod2visitors
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg_, GeneratedContext context_, GeneratedClass modelclass_, UMod.Forest model_, GeneratedAnnotation generatedAnnotation, boolean visitordebug_, boolean visitoroptimize_, boolean visitorcompile_, boolean allrewriterwarnings_) Only constructor, sets all constant configuration values.