Uses of Class
eu.bandm.tools.metajava.GeneratedAnnotation
Packages that use 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
Methods in eu.bandm.tools.metajava that return types with arguments of type GeneratedAnnotationModifier and TypeMethodDescriptionfinal List<GeneratedAnnotation> GeneratedAnnotationTarget.getAnnotations()static GeneratedLiteral<GeneratedAnnotation> GeneratedLiteral.literal(GeneratedAnnotation x) Methods in eu.bandm.tools.metajava with parameters of type GeneratedAnnotationModifier and TypeMethodDescriptionprotected voidVisitor.action(GeneratedAnnotation annotation) final voidGeneratedAnnotationTarget.addAnnotation(GeneratedAnnotation annotation) static GeneratedLiteral<GeneratedAnnotation> GeneratedLiteral.literal(GeneratedAnnotation x) voidVisitor.match(GeneratedAnnotation annotation) -
Uses of GeneratedAnnotation in eu.bandm.tools.metajava.format
Fields in eu.bandm.tools.metajava.format declared as GeneratedAnnotationFields in eu.bandm.tools.metajava.format with type parameters of type GeneratedAnnotationModifier and TypeFieldDescriptionprotected final List<GeneratedAnnotation> DeclarationReducer.annotations -
Uses of GeneratedAnnotation in eu.bandm.tools.option
Fields in eu.bandm.tools.option declared as GeneratedAnnotationModifier and TypeFieldDescriptionprotected GeneratedAnnotationCompiler.annotationDeprecated_hasprotected GeneratedAnnotationCompiler.annotationOverrideMethods in eu.bandm.tools.option with parameters of type GeneratedAnnotationModifier and TypeMethodDescriptionvoidCompiler.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
Fields in eu.bandm.tools.tdom declared as GeneratedAnnotationModifier and TypeFieldDescriptionstatic final GeneratedAnnotationTypedDOMGenerator.annotationDeprecatedstatic final GeneratedAnnotationTypedDOMGenerator.annotationHiddenstatic final GeneratedAnnotationTypedDOMGenerator.annotationOptstatic final GeneratedAnnotationTypedDOMGenerator.annotationOverridestatic final GeneratedAnnotationTypedDOMGenerator.annotationUserprotected final GeneratedAnnotationPackageTemplate.generationAnnotationIs read by ElementTemplate and many others: -
Uses of GeneratedAnnotation in eu.bandm.tools.umod
Fields in eu.bandm.tools.umod declared as GeneratedAnnotationModifier and TypeFieldDescriptionprotected static final GeneratedAnnotationUMod2visitors.ANNOTATION_SUPPRESS_UNCHECKEDstatic final GeneratedAnnotationTypes.annotationDeprecated(package private) final GeneratedAnnotationUMod2format.generatedAnnotation(package private) final GeneratedAnnotationUMod2visitors.generatedAnnotationprotected GeneratedAnnotationUMod2java.generationAnnotation(package private) static final GeneratedAnnotationUMod2java.sonarqubeStringsEqualConstructors in eu.bandm.tools.umod with parameters of type GeneratedAnnotationModifierConstructorDescriptionUMod2format(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.