Uses of Class
eu.bandm.tools.metajava.GeneratedMethod
Packages that use GeneratedMethod
Package
Description
Generate format generating code (or formats dynamically) controlled by the
format description language.
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 GeneratedMethod in eu.bandm.tools.formatfrontends
Fields in eu.bandm.tools.formatfrontends with type parameters of type GeneratedMethodModifier and TypeFieldDescriptionprotected final Map<String, GeneratedMethod> Tdom2format.visitmethods -
Uses of GeneratedMethod in eu.bandm.tools.metajava
Fields in eu.bandm.tools.metajava with type parameters of type GeneratedMethodMethods in eu.bandm.tools.metajava that return GeneratedMethodModifier and TypeMethodDescriptionMethods in eu.bandm.tools.metajava that return types with arguments of type GeneratedMethodMethods in eu.bandm.tools.metajava with parameters of type GeneratedMethodModifier and TypeMethodDescriptionprotected voidFormattingVisitor.action(GeneratedMethod method) Deprecated.protected voidVisitor.action(GeneratedMethod method) voidVisitor.match(GeneratedMethod method) -
Uses of GeneratedMethod in eu.bandm.tools.option
Fields in eu.bandm.tools.option declared as GeneratedMethodModifier and TypeFieldDescription(package private) @Opt GeneratedMethodCompiler.Phase1.documentedMethThe pars-pro-toto meth which gets the user-level documentation of the whole option.(package private) final @Opt GeneratedMethodCompiler.Phase_usage.gmInput parameter: the usage() method under construction.protected GeneratedMethodCompiler.meth_checkActiveprotected GeneratedMethodCompiler.meth_displayActive(package private) GeneratedMethodCompiler.Phase_gui.meth_m2vThe generated method "model2view", either on top-level or for a repeting group.(package private) GeneratedMethodCompiler.Phase_gui.meth_makeThe generated method "populate" for filling a gui, on toplevel or for a repeting group.(package private) GeneratedMethodCompiler.Phase_gui.meth_v2mThe generated method "view2model", either on top-level or for a repeting group.(package private) GeneratedMethodCompiler.Phase_parser.parse_methAccumulator for method to parse the option under visit.(package private) GeneratedMethodCompiler.Phase_gui.tl_meth_m2vThe generated method "model2view" on top-level.(package private) GeneratedMethodCompiler.Phase_gui.tl_meth_makeThe generated method "populate" for filling a gui on toplevel.(package private) GeneratedMethodCompiler.Phase_parser.tl_meth_parse_aAccumulator for the switch-code for a detected abbrev.(package private) GeneratedMethodCompiler.Phase_parser.tl_meth_parse_nAccumulator for the switch-code for a detected long name.(package private) GeneratedMethodCompiler.Phase_gui.tl_meth_v2mThe generated method "view2model" on top-level.Methods in eu.bandm.tools.option with parameters of type GeneratedMethodModifier and TypeMethodDescriptionprotected voidCompiler.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.Constructors in eu.bandm.tools.option with parameters of type GeneratedMethodModifierConstructorDescription(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
Fields in eu.bandm.tools.tdom declared as GeneratedMethodModifier and TypeFieldDescriptionprotected GeneratedMethodNodeTemplate.actionMethodprotected GeneratedMethodContainerTemplate.decodeMethodprotected GeneratedMethodContainerTemplate.dumpElementsMethodprotected GeneratedMethodContainerTemplate.dumpMethodprotected GeneratedMethodContainerTemplate.encodeMethodprotected GeneratedMethodNodeTemplate.getDecodeClosureprotected GeneratedMethodNodeTemplate.getParseClosureprotected GeneratedMethodDumperTemplate.handleMethodprotected GeneratedMethodNodeTemplate.parseSAXprotected GeneratedMethodDumperTemplate.pcdataMethodprotected GeneratedMethodContainerTemplate.setMethodprotected GeneratedMethodContainerTemplate.visitMethodMethods in eu.bandm.tools.tdom that return GeneratedMethodModifier and TypeMethodDescriptionVisitorTemplate.addActionMethod(MetaType type, String name) VisitorTemplate.addActionMethod(MetaType type, String name, Format model) (package private) GeneratedMethodDumperTemplate.addDumpMethod(MetaType type, String name) DumperTemplate.addDumpMethod(MetaType type, String name, DTD.Attlist attlist) (package private) GeneratedMethodDTDTemplate.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 GeneratedMethodNodeTemplate.generateActionMethod()protected GeneratedMethodContainerTemplate.generateDecodeMethod()protected GeneratedMethodContainerTemplate.generateDumpElementsMethod()protected GeneratedMethodContainerTemplate.generateDumpMethod()protected GeneratedMethodElementTemplate.generateDumpMethod()protected GeneratedMethodAltTemplate.generateEncodeMethod()protected GeneratedMethodChoiceTemplate.generateEncodeMethod()protected GeneratedMethodContainerTemplate.generateEncodeMethod()protected GeneratedMethodElementTemplate.generateEncodeMethod()protected GeneratedMethodDumperTemplate.generateHandleMethod()protected GeneratedMethodContainerTemplate.generateParseMethod()protected GeneratedMethodElementTemplate.generateParseMethod()protected GeneratedMethodDumperTemplate.generatePCDataMethod()protected GeneratedMethodContainerTemplate.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 GeneratedMethodContainerTemplate.generateVisitMethod()For TypedSequence, TypedChoice, TypedAlt.protected GeneratedMethodElementTemplate.generateVisitMethod()Methods in eu.bandm.tools.tdom with parameters of type GeneratedMethodModifier and TypeMethodDescription(package private) voidTypedDOMGenerator.addGetterFunction(int modifiers, GeneratedMethod getter) -
Uses of GeneratedMethod in eu.bandm.tools.umod
Fields in eu.bandm.tools.umod declared as GeneratedMethodModifier and TypeFieldDescriptionUMod2java.V__compileSwingTree.branchmeth(package private) GeneratedMethodUMod2java.V__compileSwingTree.curmethprotected GeneratedMethodUMod2visitors.V_makeRewriterCoRewriter.dorwmeth(package private) GeneratedMethodUMod2java.V_compileOrdered.fieldMethFields in eu.bandm.tools.umod with type parameters of type GeneratedMethodModifier and TypeFieldDescription(package private) final Set<GeneratedMethod> UMod2visitors.V_makeRewriterCoRewriter.suppress_addAll_warning_annotatedMethods in eu.bandm.tools.umod with parameters of type GeneratedMethodModifier and TypeMethodDescriptionvoidUMod2format.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 voidUMod2visitors.V_makeRewriterCoRewriter.put_suppress_addAll_warning_annotation(GeneratedMethod meth) protected voidUMod2visitors.V_compileMatchCascade.testit(UMod.ClassDef cd, GeneratedMethod gm)