Uses of Class
eu.bandm.tools.metajava.GeneratedAnnotationTarget
Packages that use GeneratedAnnotationTarget
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.
Compiler for data models, from a concise mathematical oriented language into
Java.
-
Uses of GeneratedAnnotationTarget in eu.bandm.tools.metajava
Subclasses of GeneratedAnnotationTarget in eu.bandm.tools.metajavaModifier and TypeClassDescriptionclassclassclassclassclass(package private) classDeprecated.classclassclassclassclassclassclassclassMethods in eu.bandm.tools.metajava with parameters of type GeneratedAnnotationTargetModifier and TypeMethodDescriptionprotected voidVisitor.action(GeneratedAnnotationTarget target) voidVisitor.match(GeneratedAnnotationTarget target) -
Uses of GeneratedAnnotationTarget in eu.bandm.tools.metajava.format
Methods in eu.bandm.tools.metajava.format with parameters of type GeneratedAnnotationTargetModifier and TypeMethodDescriptionprotected voidDeclarationReducer.setAnnotations(GeneratedAnnotationTarget target) -
Uses of GeneratedAnnotationTarget in eu.bandm.tools.option
Methods in eu.bandm.tools.option with parameters of type GeneratedAnnotationTargetModifier and TypeMethodDescriptionprotected voidCompiler.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 voidCompiler.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 voidCompiler.Phase1.addLinkComment(GeneratedAnnotationTarget m) Put the (English) documentation text which leads the user to the pars-pro-totoCompiler.Phase1.documentedMeth.protected voidCompiler.Phase1.addLinkCommentEXT(GeneratedAnnotationTarget gm, String name) Put the (English) documentation text which leads the user to the pars-pro-totoCompiler.Phase1.documentedMethcontained in a diffrent class. -
Uses of GeneratedAnnotationTarget in eu.bandm.tools.umod
Methods in eu.bandm.tools.umod with parameters of type GeneratedAnnotationTargetModifier and TypeMethodDescriptionprotected voidUMod2java.addDocumentation(GeneratedAnnotationTarget target, UMod.Item source, @Opt String genericAlternative, @Opt String concludingText) Adds metajava documentation objects to the generated metajava structure.protected voidUMod2java.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 voidUMod2java.addDocumentation(GeneratedAnnotationTarget target, String text) Add comment text, but only iff we run in doc mode.
GeneratedBlocketc.