Uses of Class
eu.bandm.tools.metajava.GeneratedMethod
Package
Description
Generate format generating code (or formats dynamically) controlled by the
format description language.
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 GeneratedMethod in eu.bandm.tools.formatfrontends
Modifier and TypeFieldDescriptionprotected final Map<String,
GeneratedMethod> Tdom2format.visitmethods
-
Uses of GeneratedMethod in eu.bandm.tools.metajava
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionprotected void
FormattingVisitor.action
(GeneratedMethod method) Deprecated.protected void
Visitor.action
(GeneratedMethod method) void
Visitor.match
(GeneratedMethod method) -
Uses of GeneratedMethod in eu.bandm.tools.option
Modifier and TypeFieldDescription(package private) @Opt GeneratedMethod
Compiler.Phase1.documentedMeth
The pars-pro-toto meth which gets the user-level documentation of the whole option.(package private) final @Opt GeneratedMethod
Compiler.Phase_usage.gm
Input parameter: the usage() method under construction.protected GeneratedMethod
Compiler.meth_checkActive
protected GeneratedMethod
Compiler.meth_displayActive
(package private) GeneratedMethod
Compiler.Phase_gui.meth_m2v
The generated method "model2view", either on top-level or for a repeting group.(package private) GeneratedMethod
Compiler.Phase_gui.meth_make
The generated method "populate" for filling a gui, on toplevel or for a repeting group.(package private) GeneratedMethod
Compiler.Phase_gui.meth_v2m
The generated method "view2model", either on top-level or for a repeting group.(package private) GeneratedMethod
Compiler.Phase_parser.parse_meth
Accumulator for method to parse the option under visit.(package private) GeneratedMethod
Compiler.Phase_gui.tl_meth_m2v
The generated method "model2view" on top-level.(package private) GeneratedMethod
Compiler.Phase_gui.tl_meth_make
The generated method "populate" for filling a gui on toplevel.(package private) GeneratedMethod
Compiler.Phase_parser.tl_meth_parse_a
Accumulator for the switch-code for a detected abbrev.(package private) GeneratedMethod
Compiler.Phase_parser.tl_meth_parse_n
Accumulator for the switch-code for a detected long name.(package private) GeneratedMethod
Compiler.Phase_gui.tl_meth_v2m
The generated method "view2model" on top-level.Modifier and TypeMethodDescriptionprotected void
Compiler.Phase1.addFullCommentOrCrossRef
(GeneratedMethod m) For the first call, put the (English) documentation text and arguments' regExp to that method, as a pars-pro-toto; later put references to that first method.ModifierConstructorDescription(package private)
Phase_usage
(GeneratedMethod gm, String usage_lang, String defaultLanguage) Compile the printing of a found text object to the growing method.(package private)
Phase_usage_enumerations
(@Opt GeneratedMethod gm, String usage_lang, String defaultLanguage) Evident(package private)
Phase_usage_options
(@Opt GeneratedMethod gm, String usage_lang, String defaultLanguage) Evident -
Uses of GeneratedMethod in eu.bandm.tools.tdom
Modifier and TypeFieldDescriptionprotected GeneratedMethod
NodeTemplate.actionMethod
protected GeneratedMethod
ContainerTemplate.decodeMethod
protected GeneratedMethod
ContainerTemplate.dumpElementsMethod
protected GeneratedMethod
ContainerTemplate.dumpMethod
protected GeneratedMethod
ContainerTemplate.encodeMethod
protected GeneratedMethod
NodeTemplate.getDecodeClosure
protected GeneratedMethod
NodeTemplate.getParseClosure
protected GeneratedMethod
DumperTemplate.handleMethod
protected GeneratedMethod
NodeTemplate.parseSAX
protected GeneratedMethod
DumperTemplate.pcdataMethod
protected GeneratedMethod
ContainerTemplate.setMethod
protected GeneratedMethod
ContainerTemplate.visitMethod
Modifier and TypeMethodDescriptionVisitorTemplate.addActionMethod
(MetaType type, String name) VisitorTemplate.addActionMethod
(MetaType type, String name, Format model) (package private) GeneratedMethod
DumperTemplate.addDumpMethod
(MetaType type, String name) DumperTemplate.addDumpMethod
(MetaType type, String name, DTD.Attlist attlist) (package private) GeneratedMethod
DTDTemplate.addGetInfoMethod
(MetaType root) VisitorTemplate.addMatchMethod
(MetaType type, String name) VisitorTemplate.addVisitMethod
(MetaType type, String name) VisitorTemplate.addVisitMethodWithTemplate
(MetaType type, String name, DTD.Element element) If element!=null also a method in VisitorTemplate is created.protected GeneratedMethod
NodeTemplate.generateActionMethod()
protected GeneratedMethod
ContainerTemplate.generateDecodeMethod()
protected GeneratedMethod
ContainerTemplate.generateDumpElementsMethod()
protected GeneratedMethod
ContainerTemplate.generateDumpMethod()
protected GeneratedMethod
ElementTemplate.generateDumpMethod()
protected GeneratedMethod
AltTemplate.generateEncodeMethod()
protected GeneratedMethod
ChoiceTemplate.generateEncodeMethod()
protected GeneratedMethod
ContainerTemplate.generateEncodeMethod()
protected GeneratedMethod
ElementTemplate.generateEncodeMethod()
protected GeneratedMethod
DumperTemplate.generateHandleMethod()
protected GeneratedMethod
ContainerTemplate.generateParseMethod()
protected GeneratedMethod
ElementTemplate.generateParseMethod()
protected GeneratedMethod
DumperTemplate.generatePCDataMethod()
protected GeneratedMethod
ContainerTemplate.generateSetMethod()
ATTENTION the set method serves as a prototype and the sequence of its parameters is copied to several other methods (for structured contents, defined by DTD.CP).protected GeneratedMethod
ContainerTemplate.generateVisitMethod()
For TypedSequence, TypedChoice, TypedAlt.protected GeneratedMethod
ElementTemplate.generateVisitMethod()
Modifier and TypeMethodDescription(package private) void
TypedDOMGenerator.addGetterFunction
(int modifiers, GeneratedMethod getter) -
Uses of GeneratedMethod in eu.bandm.tools.umod
Modifier and TypeFieldDescriptionUMod2java.V__compileSwingTree.branchmeth
(package private) GeneratedMethod
UMod2java.V__compileSwingTree.curmeth
protected GeneratedMethod
UMod2visitors.V_makeRewriterCoRewriter.dorwmeth
(package private) GeneratedMethod
UMod2java.V_compileOrdered.fieldMeth
Modifier and TypeFieldDescription(package private) final Set<GeneratedMethod>
UMod2visitors.V_makeRewriterCoRewriter.suppress_addAll_warning_annotated
Modifier and TypeMethodDescriptionvoid
UMod2format.Compiler.compileOnePattern
(UMod.ClassDef cd, GeneratedMethod gm0, String code, String initialModel) Derived method which parses the format code of one class definition into a tdom, then sets the current model and its type, and finally calls the base method.protected void
UMod2visitors.V_makeRewriterCoRewriter.put_suppress_addAll_warning_annotation
(GeneratedMethod meth) protected void
UMod2visitors.V_compileMatchCascade.testit
(UMod.ClassDef cd, GeneratedMethod gm)