Uses of Interface
eu.bandm.tools.message.MessageReceiver
Packages that use MessageReceiver
Package
Description
CLI tool to construct the initial skeleton of files and folders required 
  for a user project with metatools and gnu make.
D2d allows to write valid XML documents directly in the creative flow of authoring,
  with minimum typographic noise.
Umod main model class: This is the internal 
 model for the d2d text type definitions.
Meaning: Data model for documents conforming 
 to xhtml 1.0 strict.
Model for w3c XML DTDs, with preserved syntax.
Canonical model of a W3C DTD with evaluated semantics; 
  plus utility applications.
Generate format generating code (or formats dynamically) controlled by the
    
    format description language.
Utility functions for Swing GUI interaction and for graphics: drawing and coordinate calculation.
Utility functions for GUI user interaction, using MuLi internationalization.
Distribute applications made with metatools.
Evaluation, statistics and renderings of bandm lab log format.
Meaning: Created from d2d definition module 
 lablog$expanded at 
 2025-08-17_22h58m27.
Abstract Syntax of LLJava, representing the byte code instructions, the 
  objects which contain byte code, and the attributes specific to byte code 
  classes.
Messages from an application to the user, and the building blocks
  for a processing pipeline.
Features which need 
eu.bandm.tools.message
  and eu.bandm.tools.muli.Meaning: Source format for multi lingual 
 support.
Command line parser and graphical user input generated from
  one abstract description of programming options, incl data types
  and multi-lingual descriptions.
Meaning: Source format for the Option 
 compiler, for command line parsing, GUI input, 
 generation of documentation, etc.
Runtime library for generated option processing code: building blocks for 
  parsing and GUI.
Framework for simple recursive-descend parsers.
Generates typed models of XML documents, 
  see 
 meta-tools TDOM user documentation.
Contains base and auxiliary classes for code generated by tdom.
Realizes basic test funtionality.
A DocumentClient implementation for W3C Dom.
Infrastructure for evaluating tpath expressions.
Type checking for tpath expressions.
Compiler for data models, from a concise mathematical oriented language into 
  Java.
Utility classes for file handling and IO.
Utility classes for XML.
Ubiquitously needed auxiliary classes which need the
    
eu.bandm.tools.option package.Versatile export of ASTs recognized by antlr as SAX events,
    cf  user documentation.
Runtime classes for the  xantlr
  parser.
Glueing code supporting different standard use cases of tdom, xantlr
  and both.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
- 
Uses of MessageReceiver in eu.bandm.tools.applicationStartFields in eu.bandm.tools.applicationStart declared as MessageReceiverModifier and TypeFieldDescriptionprotected final MessageReceiver<SimpleMessage<String>> StartApplicationProject_makeBased.msgTarget of all messages: counts them and prints them formatted to terminal.
- 
Uses of MessageReceiver in eu.bandm.tools.d2d2.baseFields in eu.bandm.tools.d2d2.base declared as MessageReceiverModifier and TypeFieldDescriptionprotected final MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>> BatchProcessor.msgEvidentprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> CharacterParser.msgprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> CharParserPrepare.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Def2Dtd.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> DocOnly.msgprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Dtd2Def.msgReceiver of all error messages.protected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> FirstCalculator.msgEvidentprotected MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>> Main.msgEvident(package private) final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Navigate.AttributeCollector.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Navigate.CharSetCalc.msgEvidentprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Reducer.msgprotected final MessageReceiver<SimpleMessage<String>> Text2Udom.msgTarget of most messages.protected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> TypeCheck.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Udom2Sax.msgTarget of all error messages.protected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> UMod2Def.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Userdoc.msgEvident(package private) final MessageReceiver<SimpleMessage<String>> BatchProcessor.msgMEMSTRDerived message receiver with special location type.protected MessageReceiver<SimpleMessage<String>> Userdoc.msgMEMSTRINGWith location<String>, for MemString addressing.(package private) final MessageReceiver<SimpleMessage<?>> BatchProcessor.msgOBJECTDerived message receiver with special location type.protected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Text2Udom.xml_msgTarget of messages for some called classes which generate XML-file-locations.Methods in eu.bandm.tools.d2d2.base with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic voidReducer.addToModule(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Module host, SourceItem item, String kind) Store a definition to the given module.voidTypeCheck.check(Module mod, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) static voidNavigate.collectAttributes(XRegExp host, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Every XRegExp has a local cache with definitions which are realized as attributes.Def2Dtd.convert(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Module module, XMLDocumentIdentifier newId, boolean tdomMode, @Opt String tdomDocLanguage) Central working method for transformation to dtd.voidUdom2Sax.convert(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, ContentHandler sax, ResultingStructure structure, @Opt Map<String, String> namespaceContext) Top-level entry point.UMod2Def.convert(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, UMod.Forest f) static StringTasks.ddf2doc3(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, ModuleRegistry moduleReg, String modulename, String language, boolean isStatic, String outputname, String gencomment, String dateAndTime, @Opt NamespaceName2String ext_stylesheetParams, @Opt Iterable<String> additionalSources, int lineWidth) Service point: Generate the HTML documentation for a given module, ie.static voidTasks.ddf2dtd(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, ModuleRegistry moduleReg, String modulename, String docuLanguage, String fileOutputName, int lineWidth) Service point: Convert a d2d module definition to a dtd file.static voidTasks.ddf2xslt(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int verbosity, ModuleRegistry moduleReg, @Opt Iterable<String> additionalSources, String modulename, String targetModule, @Opt String targetTopTag, String outputname, Text2Udom.ErrorStrategy errorStrategy, String genString, int lineWidth) Service point: Extracts all xslt rules for the given module and target into a d2d definition and exports this to two xslt source files, in d2d and in xml encoding.static voidTasks.ddf2xslt(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int verbosity, ModuleRegistry moduleReg, @Opt Iterable<String> additionalSources, String modulename, String targetModule, @Opt String targetTopTag, String outputname, Text2Udom.ErrorStrategy errorStrategy, String genString, int lineWidth, boolean writeAdditionallyToXmlFile) Service point: Extracts all xslt rules for the given module and target into a d2d definition and exports this to a d2d source file.protected static voidTasks.e_error(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Exception ex, String s, Object... args) Evidentprotected static voidTasks.e_error(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String s, Object... args) Evidentprotected static voidTasks.e_log(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String s, Object... args) Evidentprotected static voidTasks.e_logEnd(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String s) Evidentprotected static voidTasks.e_logStart(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String s, Object... args) Evidentstatic booleanBatch.execute(BatchOptions options, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgIn) Execute the CLI-parsed or GUI-generated Option model.voidMain.execute(Options options, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Execute an Option model (mostly GUI-generated).static @Opt Tasks.XsltExtractionResultTasks.get_xslt_xml(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, Trace xsltTrace, ModuleRegistry moduleRegistry, Text2Udom.ErrorStrategy errorStrategy, ResolvedModule mod, String key, ResultContext resultContext, String topElementName, LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2filepos, boolean writeIntermediateXsltCodeToFile, @Opt String dateNow, @Opt String fileBasis, int lineWidth) Because it is very unlikely that the same xslt source text must be processed by both Txsl and Jre-xslt, no cache is maintained for the intermediate Udom result, which in that rare case must be calculated twice.static TransformationTasks.getTransformation(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, Trace xsltTrace, ModuleRegistry moduleRegistry, Text2Udom.ErrorStrategy errorStrategy, ResolvedModule mod, String key, ResultContext resultContext, String topElementName, TransformationCache transformationsCache, Transformation.Modifiers txsl_modifiers, FunctionLibrary<?> functionLibrary, LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2filepos, boolean writeIntermediateXsltCodeToFile, @Opt String dateNow, @Opt String fileBasis, int lineWidth) Service point: Deliver the xslt Transformation object for given source and target formats.static TemplatesTasks.getTransformation_jre(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, Trace xsltTrace, ModuleRegistry moduleRegistry, Text2Udom.ErrorStrategy errorStrategy, ResolvedModule mod, String key, ResultContext resultContext, String topElementName, TransformationCache transformationsCache, Transformation.Modifiers txsl_modifiers, FunctionLibrary<?> functionLibrary, LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2filepos, boolean writeIntermediateXsltCodeToFile, @Opt String dateNow, @Opt String fileBasis, int lineWidth) protected static ModuleRegistryBatch.initModuleReg(BatchOptions options, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Construct a module registry according to the command line options.static ModuleRegistryMain.initModuleReg(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, Stream<String> libpath) Construct a module registry according to the command line options.static voidBatch.interpretCommandline(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String cli_text) Service access point: execute the value as if it were a command line suffix.static voidMain.interpretCommandline(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String cli_text) Service access point: execute the value as if it were a command line suffix.static ModuleRegistryModuleRegistry.makeInstance(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr, int debug, String... searchpath) Factory method which constructs and initializes.voidBatch.nonStatic_interpretCommandline(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String cli_text) Simulate CLI input for programmatic use, esp. for tests.voidMain.nonStatic_interpretCommandline(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String cli_text) Simulate CLI input fFor programmatic use.ModuleRegistry.parse(Reader charstream, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, String filename) Reducer.parse(Reader charstream, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, String sourceIndication) DISLOCATED from ModuleRegistry:Reducer.reduce(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, eu.bandm.tools.d2d2.absy.Document_module input) Translate the XML encoded parsing result into a d2d model structure.protected static <D> voidBatch.s_error(MessageReceiver<SimpleMessage<D>> msg, String s, Object... args) Evidentprotected static <D> voidBatch.s_log(MessageReceiver<SimpleMessage<D>> msg, int debuglevel, String s, Object... args) Evidentprotected static <D> voidBatch.s_warning(MessageReceiver<SimpleMessage<D>> msg, int debuglevel, String s, Object... args) EvidentModuleRegistry.setMsgReceiver(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) EvidentMain.splitAndCheckKey(MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>> msg, String s) Split one string according to the syntax[modulePath] (":"[ElementTag])?.static <T extends TypedDocument,D extends TypedDTD> 
 TTasks.string2tdom(String sourcetext, ModuleRegistry modreg, Class<T> documentClass, D dtdInstance, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr, Text2Udom.ErrorStrategy errorStrategy, int debug) Convert a d2d source text into a tdom model.static <T extends TypedDocument,D extends TypedDTD> 
 TTasks.text2tdom(@Opt File infile, ModuleRegistry modreg, Class<T> documentClass, D dtdInstance, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr, Text2Udom.ErrorStrategy errorStrategy, int debug) Service point: Convert a d2d input file into a tdom model.static voidTasks.text2xml(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg, int debuglevel, ModuleRegistry e_moduleReg, Text2Udom.ErrorStrategy errorStrategy, File e_sourcefile, Charset encoding, @Opt String generationComment, @Opt ContentHandler contentHandler, @Opt File xmlfile) Service point: Convert directly a d2d encoded input text file into xml, either to a file or to a programmed consumer or to both.static voidTasks.text2xml(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> e_msg, int debuglevel, ModuleRegistry e_moduleReg, Text2Udom.ErrorStrategy errorStrategy, Reader e_source, @Opt String sourceIndication, @Opt String generationComment, @Opt ContentHandler contentHandler, @Opt File xmlfile) Service point: Convert directly a d2d encoded text from a Reader into xml, either to a file or to a programmed consumer or to both.static booleanTasks.transformerException2errorMessage(Throwable ex, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2filepos) ATTENTION pure heuristics WHERE to find the error diagnosis !?!?!Constructors in eu.bandm.tools.d2d2.base with parameters of type MessageReceiverModifierConstructorDescriptionAttributeCollector(CheckedMap_RD<Definition, Boolean> atts, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Only constructor.BatchProcessor(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, ModuleRegistry modulereg, Text2Udom.ErrorStrategy errorStrategy, Transformation.Modifiers txsl_modifiers, Trace xsltTrace, int debuglevel, boolean writeIntermediateXsltCodeToFile, boolean partialDocs, @Opt SimpleFilePattern xmlOutputFilePattern, int lineWidth, BatchProcessor.Job... jobs) Only Constructor.CharacterParser(Navigate.CharSetCalc charSetCalc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, boolean doTrace) Only constructor.EvidentDef2Xslt3(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int verbosity) Only constructor.(package private)Dtd2Def(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> pMsg, int debuglevel, DTD.Dtd inputDtd, String name) Construct a one-use instance to convert the given dtd into a d2d definition module.EvidentFirstCalculator(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt ModuleRegistry modreg) EvidentEvidentResolver4(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgoutput, ModuleRegistry moduleRegistry, Module rootModule, int verbosity) Central service providing method.Text2Udom(MessageReceiver<SimpleMessage<String>> msg, Text2Udom.ErrorStrategy errorStrategy, int traceLevel) Only constructor.(package private)TextFileHeader(MessageReceiver<SimpleMessage<String>> msg, boolean sloppyHeaderSyntax, int traceLevel) Only constructor.protectedUserdoc(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int debuglevel, File generatedDir, int lineWidth, ModuleRegistry moduleRegistry, String languagecode, String generationString, String dateAndTime, NamespaceName2String stylesheetParams) Only constructorUserdocInstantiated(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int debuglevel, File generatedDir, int lineWidth, ModuleRegistry moduleRegistry, ResolvedModule mod, String targetcode, String generationString, String dateAndTime, NamespaceName2String stylesheetParams) Only constructorUserdocUninstantiated(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int debuglevel, File generatedDir, int lineWidth, ModuleRegistry moduleRegistry, Module mod, String targetcode, String generationString, String dateAndTime, NamespaceName2String stylesheetParams) Only constructor(package private)XsltInstance(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, ModuleRegistry moduleRegistry, @Opt XRegExp toplevelXRegExp) 
- 
Uses of MessageReceiver in eu.bandm.tools.d2d2.modelMethods in eu.bandm.tools.d2d2.model with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic <D> booleanChars.checkName(String s, @Opt Location<D> elloc, @Opt MessageReceiver<SimpleMessage<D>> msg) Checks that not illegal characters are in the name of the d2d definition to create.
- 
Uses of MessageReceiver in eu.bandm.tools.d2d2.parser2Fields in eu.bandm.tools.d2d2.parser2 declared as MessageReceiverModifier and TypeFieldDescription(package private) final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Parser2.DocuDistrib.msgMethods in eu.bandm.tools.d2d2.parser2 with parameters of type MessageReceiverModifier and TypeMethodDescriptionprotected static voidParser2.addToContainer(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, SourceItem currentScope, Definition newdef, String kind) AddDefinition(Enum or Tags or Chars Parser) to currentscope (either to Module or (as a local definition) to a definition).static voidParser2.addToModule(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Module host, SourceItem item, String kind) Store a definition to the given module.protected static voidParser2.error(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt Location<XMLDocumentIdentifier> loc, String s, Object... args) Parser2.parse(Reader reader, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, String sourceIndication) Service Access Point for converting a text into a d2d definition module.static <R> RParser2.parse_nonterminal(Reading<XMLDocumentIdentifier, D2dLexer.TokenType, R> nonterminal, Reader reader, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, String sourceIndication) Service Access Point for parsing a particular non-terminal.protected static voidParser2.postProcess(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, int tracelevel, Module topModule) protected static voidParser2.warning(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt Location<XMLDocumentIdentifier> loc, String s, Object... args) Constructors in eu.bandm.tools.d2d2.parser2 with parameters of type MessageReceiverModifierConstructorDescriptionDocuDistrib(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, String key, Module module, List<LocString> docs) 
- 
Uses of MessageReceiver in eu.bandm.tools.doctypes.xhtmlFields in eu.bandm.tools.doctypes.xhtml declared as MessageReceiverModifier and TypeFieldDescriptionprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Inliner.msgMethods in eu.bandm.tools.doctypes.xhtml with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic voidDTD.drainInitializationMessages(MessageReceiver<? super SimpleMessage> msg) Constructors in eu.bandm.tools.doctypes.xhtml with parameters of type MessageReceiverModifierConstructorDescriptionInliner(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, File baseFile) 
- 
Uses of MessageReceiver in eu.bandm.tools.dtdFields in eu.bandm.tools.dtd declared as MessageReceiverModifier and TypeFieldDescriptionprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Statistics.msgMethods in eu.bandm.tools.dtd with parameters of type MessageReceiverModifier and TypeMethodDescriptionprotected voidDTD.MATCH_ONLY_00.action(MessageReceiver e0) static DTD.DtdDTD.parse(Reader in, XMLDocumentIdentifier id, File base, boolean lateError, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) static DTD.DtdTunedDTDParser.parse(Reader in, XMLDocumentIdentifier id, @Opt File base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Deprecated, for removal: This API element is subject to removal in a future version.static DTD.DtdTunedDTDParser.parse(Reader in, XMLDocumentIdentifier id, URL base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Main service access point for parsing a dtd into an internal model.static DTD.DtdTunedDTDParser.parselocal(String in, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Parse a local (or temporary generated) dtd declaration.voidAttlistIndex.update(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg, DTD.Dtd dtd) This method (or its variant) must be called exactly once to initialize maps with a certain dtd.voidAttlistIndex.update(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg, DTD.Dtd dtd, Set<String> knownElementNames) This method (or its variant) must be called exactly once to initialize maps with a certain dtd.voidElementIndex.update(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg, DTD.Dtd dtd) Must be called exactly once to initialize maps with a certain dtd.voidStatistics.update(DTD.Dtd dtd, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Constructors in eu.bandm.tools.dtd with parameters of type MessageReceiverModifierConstructorDescriptionprotectedTunedDTDParser(Reader in, @Opt XMLDocumentIdentifier id, @Opt File base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Deprecated, for removal: This API element is subject to removal in a future version.protectedTunedDTDParser(Reader in, @Opt XMLDocumentIdentifier id, @Opt URL base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) 
- 
Uses of MessageReceiver in eu.bandm.tools.dtmFields in eu.bandm.tools.dtm declared as MessageReceiverModifier and TypeFieldDescriptionprotected final MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>> Tool.msgMethods in eu.bandm.tools.dtm with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidAttributeChecks.sendErrorMessages_Undecl_Type_Fixed(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) The attributes recognized as erronuous in XML sense, can later be healed when meant in a derived system, like xslt.voidDTD2DTM.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Constructors in eu.bandm.tools.dtm with parameters of type MessageReceiverModifierConstructorDescriptionHtmlRenderer(DTD.Dtd dtd, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Statistics statistics, Reader text) Only constructor, returns a use-once instance.
- 
Uses of MessageReceiver in eu.bandm.tools.formatfrontendsFields in eu.bandm.tools.formatfrontends declared as MessageReceiverModifier and TypeFieldDescriptionprotected MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> DynamicFormatter.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> GenericCompiler.recNeeded ONLY because ".getReceiver()" is of type "? super M", which does not wokr.Methods in eu.bandm.tools.formatfrontends that return MessageReceiverModifier and TypeMethodDescriptionprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> GenericCompiler.getMsgReceiver()Methods in eu.bandm.tools.formatfrontends with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic StringDynamicFormatter.getFormatHint(Class cls, MessageReceiver<SimpleMessage> msg) convenience method.protected static eu.bandm.tools.formatfrontends.absy.Document_tdomRulesTdom2format.loadDocument(Reader str, String filename, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) protected voidGenericCompiler.setMsgReceiver(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> rec) static FormatDynamicFormatter.toFormat(Object model, MessageReceiver<? super SimpleMessage> msg) convenience method.static FormatDynamicFormatter.toFormat(Object model, String formathint, MessageReceiver<? super SimpleMessage> msg) convenience method.Constructors in eu.bandm.tools.formatfrontends with parameters of type MessageReceiverModifierConstructorDescriptionprotectedDynamicFormatter(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Only constructor.
- 
Uses of MessageReceiver in eu.bandm.tools.graficUtilsMethods in eu.bandm.tools.graficUtils with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic booleanBrowserControl.showURI(String uriString, MessageReceiver<SimpleMessage<?>> msg) Open an URI in system standard browser.
- 
Uses of MessageReceiver in eu.bandm.tools.graficUtils2Classes in eu.bandm.tools.graficUtils2 that implement MessageReceiverModifier and TypeClassDescriptionclassPop-up dialog mapping for displaying messages of certainMessage.Kind.
- 
Uses of MessageReceiver in eu.bandm.tools.installerFields in eu.bandm.tools.installer declared as MessageReceiverModifier and TypeFieldDescriptionfinal MessageReceiver<SimpleMessage<String>> DocumentedDistribution2.msgIs only known to be a receiver, for programming discipline.DocumentedDistribution2.msgXMLReceiver for messages with a line number location.Methods in eu.bandm.tools.installer with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic booleanBrowserControl.showURI(String uriString, MessageReceiver<SimpleMessage<?>> msg) Deprecated.Open an URI in system standard browser.
- 
Uses of MessageReceiver in eu.bandm.tools.lablog.baseFields in eu.bandm.tools.lablog.base declared as MessageReceiverModifier and TypeFieldDescriptionprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Main.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> ToHtml.msgConstructors in eu.bandm.tools.lablog.base with parameters of type MessageReceiverModifierConstructorDescription(package private)Only constructor.
- 
Uses of MessageReceiver in eu.bandm.tools.lablog.xmlMethods in eu.bandm.tools.lablog.xml with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic voidDTD.drainInitializationMessages(MessageReceiver<? super SimpleMessage> msg) 
- 
Uses of MessageReceiver in eu.bandm.tools.lexic.libMethods in eu.bandm.tools.lexic.lib with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic <D> StringJavaLike.expandStringLiteral(MessageReceiver<SimpleMessage<D>> msg, Location<D> loc, String s) The Java language specification defines more with its rule »3.10.7 Escape sequences«, namely »b/s/t/n/f/r/line terminator/'/"/octalEscape«.
- 
Uses of MessageReceiver in eu.bandm.tools.lljavaClasses in eu.bandm.tools.lljava that implement MessageReceiver
- 
Uses of MessageReceiver in eu.bandm.tools.lljava.absyMethods in eu.bandm.tools.lljava.absy with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidCodeSerializer.setMessageReceiver(MessageReceiver<? super SimpleMessage<SourceId>> msg) voidContextChecker.setMessageReceiver(MessageReceiver<? super SimpleMessage<SourceId>> msg) voidControlFlowAnalyzer.setMessageReceiver(MessageReceiver<? super SimpleMessage<SourceId>> msg) voidExceptionTableCollector.setMessageReceiver(MessageReceiver<? super SimpleMessage<SourceId>> msg) voidTypeChecker.setMessageReceiver(MessageReceiver<? super SimpleMessage<SourceId>> msg) 
- 
Uses of MessageReceiver in eu.bandm.tools.lljava.parserMethods in eu.bandm.tools.lljava.parser with parameters of type MessageReceiverModifier and TypeMethodDescriptionprotected LLJava.ReferenceTypeExprLLJavaParser.ensureReferenceType(MessageReceiver<? super SimpleMessage<SourceId>> msgs, Location<SourceId> location, LLJava.TypeExpr type) 
- 
Uses of MessageReceiver in eu.bandm.tools.messageClasses in eu.bandm.tools.message that implement MessageReceiverModifier and TypeClassDescriptionclassMessageAsync<M extends Message>A subclass ofSingleSenderwhich lets the drain's receive method run asynchronouously in a separate thread.classCounts all received messages, per kind, in total, and per critical/non-critical.classMessageDemux<E extends Enum<E>,M extends Message> Message de-multiplexer which propagates each received message individually to zero to multiple receivers.static classMessageDemux.All<E extends Enum<E>,M extends Message> A message de-multiplexer which propagates each message to all receivers in the map.static classMessageDemux.ByKind<M extends Message>A message de-multiplexer which sorts messages by their kind.final classDoes nothing with every message it receives.classInserts the arguments into the message text, similar to the Java standard string formatter.classMessageKindFilter<M extends Message>A filter which propagates only those messages the kind of which is currently in the selection.classMessageLatch<M extends Message>A simple register which save the most recenly received message.classMessageLevelFilter<M extends Message>A filter which sends messages only to its drain if their level value is equal to or below a given threshold.classA filter which propagates only those messages which lie in particular location regions.classMessageMapper<M extends Message,N extends Message> A message receiver which receives a message of one type, and propagates the result of applying a function to this message, which may be of different type.classMessagePasser<M extends Message>Simply passes every message it receives to a single drain.classMessagePrinter<M extends Message>Prints textual representations of all received messages to an output stream.static classMessagePrinter.Indenting<M extends Message>Specialization ofMessagePrinterwith addtional features.classMessageStore<M extends Message>Storage for a sequence ofMessages in order of their arrival.(package private) classMessageStore_<M extends Message>Common superclass for different kinds of message storages.classMessageStoreSorted<M extends Message>Storage for a sequence ofMessages with dynamic sorting.classMessageStripExceptions<M extends Message>A filter which strips off all exceptions, or at least their stack traces.classMessageSync<M extends Message>Can accept messages from many different parallel threads.classMessageTee<M extends Message>Propagates all received messages sequentially to a multitude of current drains.classMessageThrower<M extends Message>Throws each message it receives after wrapping it into aMessageException.classTranslates the text of the message and all embedded sub-structures.classPrints textual representations of all received messages to an output stream.classPrimitiveMessageDemux<E extends Enum<E>,M extends Message> Auxiliary class which maps from an enumeration type to optionalMessageReceivers.static classPasses all incoming messages to its drain, after applying the given location map.classSwingMessageField<M extends Message>A one-line display for one message at a time, to be included in a Swing based GUI.classGraphic indication of received messages.Fields in eu.bandm.tools.message declared as MessageReceiverModifier and TypeFieldDescriptionprotected @Opt MessageReceiver<? super M> SingleSender.drainWhereto the messages are passed.static final MessageReceiver<Message> MessageCounter.noErrorsDiscards all messages but throws an AssertionError if an error is received.protected final MessageReceiver<SimpleMessage<D>> Outstream2Log.receiverWhere to send the message.Fields in eu.bandm.tools.message with type parameters of type MessageReceiverModifier and TypeFieldDescriptionprotected final List<MessageReceiver<? super M>> MessageTee.drainsList of all receivers.protected final EnumMap<E, @Opt MessageReceiver<? super M>> PrimitiveMessageDemux.outletsInternal directory of the different drains per tag.Methods in eu.bandm.tools.message that return MessageReceiverModifier and TypeMethodDescription@Opt MessageReceiver<? super M> SingleSender.getDrain()Return the currently active drain.@Opt MessageReceiver<? super M> PrimitiveMessageDemux.getReceiver(E tag) Get the receiver for one particular tag.@Opt MessageReceiver<? super M> SingleSender.getReceiver()Deprecated.useSingleSender.getDrain()instead.static <E> MessageReceiver<SimpleMessage<E>> SimpleMessage.narrow(MessageReceiver<? super SimpleMessage<? super E>> receiver) Convenience method for downcasting a message receiver accepting more general messages or document identifiers to one which accepts more specialized (=subclass) messages.static <E> MessageReceiver<SimpleMessage<?>> SimpleMessage.narrowToBottom(MessageReceiver<? super SimpleMessage<E>> receiver) Convenience method for casting a message receiver which accepts SimpleMessages with a particular document identifiers to one with an unspecified document identifier.Methods in eu.bandm.tools.message that return types with arguments of type MessageReceiverModifier and TypeMethodDescriptionList<MessageReceiver<? super M>> MessageTee.getDrains()Return an unmodifiable list of all receivers.static <M extends Message,N extends Message> 
 Function<MessageReceiver<N>, MessageReceiver<M>> Delivers a function which applied to a message receiver for type "N" will deliver a message receiver for type "M".static <M extends Message,N extends Message> 
 Function<MessageReceiver<N>, MessageReceiver<M>> Delivers a function which applied to a message receiver for type "N" will deliver a message receiver for type "M".Methods in eu.bandm.tools.message with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidMessageTee.add(MessageReceiver<? super M> drain) Adds the message receiver at the end of the list of all current drains.final voidMessageTee.add(MessageReceiver<? super M>... newdrains) Adds the message receivers at the end of the list of all current drains.voidMessageTee.add(MessageReceiver<? super M> drain1, MessageReceiver<? super M> drain2) Adds the message receivers at the end of the list of all current drains.voidMessageStore_.drainAndClear(MessageReceiver<? super M> receiver) Send all currently contained messages to the receiver and clear the storage.voidMessageStore_.drainTo(MessageReceiver<? super M> receiver) Send all currently contained messages (in their stored order) to the receiver.static <D> ThreadSimpleMessage.monitor(Thread thread, MessageReceiver<? super SimpleMessage<D>> receiver) Installs a handler on the given thread that reports uncaught exceptions as failure messages.static <D> ThreadSimpleMessage.monitor(Thread thread, MessageReceiver<? super SimpleMessage<D>> receiver, PrintStream ps) Installs a handler on the given thread that reports uncaught exceptions as failure messages.static <E> MessageReceiver<SimpleMessage<E>> SimpleMessage.narrow(MessageReceiver<? super SimpleMessage<? super E>> receiver) Convenience method for downcasting a message receiver accepting more general messages or document identifiers to one which accepts more specialized (=subclass) messages.static <E> MessageReceiver<SimpleMessage<?>> SimpleMessage.narrowToBottom(MessageReceiver<? super SimpleMessage<E>> receiver) Convenience method for casting a message receiver which accepts SimpleMessages with a particular document identifiers to one with an unspecified document identifier.MessageLevelFilter.setDrain(@Opt MessageReceiver<? super M> r) Set the drain of the sent messages.SingleSender.setDrain(@Opt MessageReceiver<? super M> r) Set the drain for the sent messages.voidPrimitiveMessageDemux.setReceiver(E tag, @Opt MessageReceiver<? super M> rec) Set the receiver for one particular tag.SingleSender.setReceiver(@Opt MessageReceiver<? super M> r) Deprecated.Method parameters in eu.bandm.tools.message with type arguments of type MessageReceiverModifier and TypeMethodDescriptionvoidMessageTee.addAll(Iterable<MessageReceiver<? super M>> newdrains) Adds the message receivers at the end of the list of all current drains.default voidMessageReceiver.ifSubcriticalThen(Consumer<MessageReceiver<M>> computation, Runnable subcriticalBranch) Perform a computation using this receiver, and follow up if no critical messages have been received.default <V> voidMessageReceiver.ifSubcriticalThen(Function<MessageReceiver<M>, V> computation, Consumer<V> subcriticalBranch) Perform a message-aware computation using this receiver, and follow up if no critical messages have been received.default <V> voidMessageReceiver.ifSubcriticalThenElse(Function<MessageReceiver<M>, V> computation, Consumer<V> subcriticalBranch, Runnable criticalBranch) Perform a computation using this receiver, and follow up depending on whether critical messages have been received.Constructors in eu.bandm.tools.message with parameters of type MessageReceiverModifierConstructorDescriptionLocationMapper(@Opt MessageReceiver<SimpleMessage<E>> drain, LocationMap<D, E> map) Only constructor.MessageAsync(MessageReceiver<? super M> r) Constructor which sets the drain.Constructor which sets only the message receiver.MessageCatcher(Runnable c, @Opt MessageReceiver<Message> rec) Constructor which sets the payload code and the message receiver.MessageFormatter(MessageReceiver<? super SimpleMessage<D>> rec) Constructor with the given receiver.MessageKindFilter(@Opt MessageReceiver<? super M> d) Constructor with no kind is initially selected.MessageKindFilter(@Opt MessageReceiver<? super M> d, Message.Kind... kk) Constructor with the given kinds initially selected.MessageLevelFilter(@Opt MessageReceiver<M> drain) Constructor with an initial drain.MessageLocationFilter(@Opt MessageReceiver<SimpleMessage<D>> d, boolean emptyList, boolean locationLess) Only constructor.MessageMapper(Function<? super M, ? extends N> fun, boolean p, @Opt MessageReceiver<N> drain) Will apply the specified function to each received message and propagate it to a receiver.MessagePasser(@Opt MessageReceiver<? super M> r) Constructor which sets the drain.MessageStripExceptions(@Opt MessageReceiver<? super M> d, boolean total) Only constructor.MessageSync(@Opt MessageReceiver<? super M> r) Constuctor setting the drain.MessageTee(MessageReceiver<? super M> drain1) Constructor with one given receiver.MessageTee(MessageReceiver<? super M>... drains) Constructor with the given receivers.MessageTee(MessageReceiver<? super M> drain1, MessageReceiver<? super M> drain2) Constructor with two given receivers.MessageTee(MessageReceiver<? super M> drain1, MessageReceiver<? super M> drain2, MessageReceiver<? super M> drain3) Constructor with three given receivers.MessageTranslator(MessageReceiver<SimpleMessage<D>> rec, CatalogByString catalog, String... langs) Constructor which sets all parameters.MessageTranslator(MessageReceiver<SimpleMessage<D>> rec, CatalogByString catalog, List<String> langs) Constructor which sets all parameters.Outstream2Log(MessageReceiver<SimpleMessage<D>> drain) Constructor specifying (finally) the receiver.Outstream2Log(MessageReceiver<SimpleMessage<D>> drain, @Opt Location<D> loc) Constructor specifying (finally) the receiver and the first location.Sender(@Opt MessageReceiver<SimpleMessage<E>> msgr) A constructor which sets the receiver of the messages.protectedSingleSender(@Opt MessageReceiver<? super M> r) Constructor which setsSingleSender.drain.
- 
Uses of MessageReceiver in eu.bandm.tools.messageMuliClasses in eu.bandm.tools.messageMuli that implement MessageReceiverModifier and TypeClassDescriptionclassTranslates the text of the message and all embedded sub-structures.Constructors in eu.bandm.tools.messageMuli with parameters of type MessageReceiverModifierConstructorDescriptionMessageTranslator(MessageReceiver<SimpleMessage<D>> rec, CatalogByString catalog, String... langs) Constructor which sets all parameters.MessageTranslator(MessageReceiver<SimpleMessage<D>> rec, CatalogByString catalog, List<String> langs) Constructor which sets all parameters.
- 
Uses of MessageReceiver in eu.bandm.tools.metajava.formatMethods in eu.bandm.tools.metajava.format with parameters of type MessageReceiverModifier and TypeMethodDescription<D extends eu.bandm.tools.metajava.tdom.Document>
 DFormatClosure.nonterminal_document(Class<D> documentClass, Reader in, String sourcetext, @Opt MessageReceiver<? super SimpleMessage<?>> msgOut) 
- 
Uses of MessageReceiver in eu.bandm.tools.muli.tdomMethods in eu.bandm.tools.muli.tdom with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic voidDTD.drainInitializationMessages(MessageReceiver<? super SimpleMessage> msg) 
- 
Uses of MessageReceiver in eu.bandm.tools.muli.utilsFields in eu.bandm.tools.muli.utils declared as MessageReceiverModifier and TypeFieldDescription(package private) final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> CatalogFromFile.TranslationCollector.msgMethods in eu.bandm.tools.muli.utils with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic voidCatalogFromFile.load(TextInput input, CatalogByString cat, boolean eliminateNewlines, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Fill the data encoded in the text file into the catalog object.Constructors in eu.bandm.tools.muli.utils with parameters of type MessageReceiverModifierConstructorDescriptionTranslationCollector(CatalogByString cat, boolean eliminateNewlines, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) 
- 
Uses of MessageReceiver in eu.bandm.tools.optionFields in eu.bandm.tools.option declared as MessageReceiverModifier and TypeFieldDescriptionprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Compiler.msgrMethods in eu.bandm.tools.option with parameters of type MessageReceiverModifier 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 MessageReceiver in eu.bandm.tools.option.absyMethods in eu.bandm.tools.option.absy with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic voidDTD.drainInitializationMessages(MessageReceiver<? super SimpleMessage> msg) 
- 
Uses of MessageReceiver in eu.bandm.tools.option.runtimeFields in eu.bandm.tools.option.runtime declared as MessageReceiverMethods in eu.bandm.tools.option.runtime with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidModel.parse(String[] args, MessageReceiver<SimpleMessage<String>> mr, @Opt String language) The main entry for setting all values according to some command line input, as reachingpublic void main(String[])from someexecsystem call.voidModel.parseOneString(String s, MessageReceiver<SimpleMessage<String>> mr) Central entry point for parsing.voidModel.parseOneString(String s, MessageReceiver<SimpleMessage<String>> mr, boolean gnuVersion) Central entry point for parsing.voidModel.parseOneString(String s, MessageReceiver<SimpleMessage<String>> mr, @Opt String lang) Central entry point for parsing.Constructors in eu.bandm.tools.option.runtime with parameters of type MessageReceiverModifierConstructorDescriptionResourceChooser(String name, MessageReceiver<SimpleMessage> msg) Create a new instance
- 
Uses of MessageReceiver in eu.bandm.tools.ramus.runtime2Classes in eu.bandm.tools.ramus.runtime2 that implement MessageReceiverMethods in eu.bandm.tools.ramus.runtime2 that return MessageReceiverMethods in eu.bandm.tools.ramus.runtime2 with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic <D> voidReducer.setGlobalMessageHook(@Opt MessageReceiver<? super SimpleMessage<D>> hook) Sets the global message hook that is called for every messsge that is emitted during AST construction.
- 
Uses of MessageReceiver in eu.bandm.tools.rdparserFields in eu.bandm.tools.rdparser declared as MessageReceiverModifier and TypeFieldDescriptionprotected MessageReceiver<? super SimpleMessage<D>> TunableParser.messageReceiverMethods in eu.bandm.tools.rdparser that return MessageReceiverModifier and TypeMethodDescriptionMessageReceiver<? super SimpleMessage<D>> TunableParser.getMessageReceiver()Methods in eu.bandm.tools.rdparser with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidTunableParser.setMessageReceiver(MessageReceiver<? super SimpleMessage<D>> rec) Constructors in eu.bandm.tools.rdparser with parameters of type MessageReceiverModifierConstructorDescriptionprotectedTunableParser(Reader in, D id, MessageReceiver<? super SimpleMessage<D>> msg) Constructor.protectedTunableParserForXml(Reader in, D id, MessageReceiver<? super SimpleMessage<D>> msg) Only Constructor.
- 
Uses of MessageReceiver in eu.bandm.tools.tdomFields in eu.bandm.tools.tdom declared as MessageReceiverModifier and TypeFieldDescription(package private) final MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> Template.msg(package private) final MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> TypedDOMGenerator.recCentral message receiver, set up when constructing this instance.Methods in eu.bandm.tools.tdom that return MessageReceiverMethods in eu.bandm.tools.tdom with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidTDOM_Main.RunningRenderer.execute(DTD.Dtd dtd, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> rec, PackageTemplate packageTemplate) voidTypedDOMGenerator.DtdRenderer.execute(DTD.Dtd dtd, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> rec, File destinationDirectory, File dtdFile) voidContentParserGenerator.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) voidImporter.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Constructors in eu.bandm.tools.tdom with parameters of type MessageReceiverModifierConstructorDescriptionDTDTemplate(DTD.Dtd dtd, File dtdFile, PackageTemplate packageTemplate, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) ElementAccessCollector(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) (package private)PackageTemplate(String toolname, FormatClosure formatClosure, @Opt File dtdFile, File destination, String packageName, DTD.Dtd dtd, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg, boolean useArrays, boolean generateFunctions, boolean paisleySupport) Top level meta-information storage of the template hierarchy.(package private)Template(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg, FormatClosure formatClosure) TypedDOMGenerator(String toolname, DTD.Dtd dtd, File destination, String packageName, TypedDOMGenerator.DtdRenderer dtdRenderer, boolean useArrays, boolean generateFunctions, boolean paisleySupport, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> rec) Variant which gets the DTD as a completely self-contained object.TypedDOMGenerator(String toolname, File dtdFile, FileReader dtdReader, File destination, String packageName, TypedDOMGenerator.DtdRenderer dtdRenderer, boolean useArrays, boolean generateFunctions, boolean paisleySupport, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> rec) Variant which reads the dtd from the given FileReader.VisitorTemplate(PackageTemplate packageTpl, GeneratedPackage metaPackage, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) 
- 
Uses of MessageReceiver in eu.bandm.tools.tdom.cliMethods in eu.bandm.tools.tdom.cli with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidTool.RunningRenderer.execute(DTD.Dtd dtd, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> rec, File destinationDirectory, File dtdFile) 
- 
Uses of MessageReceiver in eu.bandm.tools.tdom.runtimeFields in eu.bandm.tools.tdom.runtime declared as MessageReceiverModifier and TypeFieldDescriptionprotected final MessageReceiver<? super SimpleMessage<?>> DefaultErrorHandler.receiverMethods in eu.bandm.tools.tdom.runtime with parameters of type MessageReceiverModifier and TypeMethodDescriptionbooleanElementDictionary.checkIds(E top, @Opt MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Test whether all reachable IDREF and IDREFS attribute have a value which corresponds to some ID attribute in the maps of this ElementDictionary.Constructors in eu.bandm.tools.tdom.runtime with parameters of type MessageReceiverModifierConstructorDescriptionDefaultErrorHandler(MessageReceiver<? super SimpleMessage<?>> rec) TypedDTD(MessageReceiver<? super SimpleMessage> rec) 
- 
Uses of MessageReceiver in eu.bandm.tools.testFields in eu.bandm.tools.test declared as MessageReceiverModifier and TypeFieldDescriptionfinal MessageReceiver<SimpleMessage<D>> TestFrame_messages.msgShall be used as a receiver of all messages generated by test code.
- 
Uses of MessageReceiver in eu.bandm.tools.tpath.domFields in eu.bandm.tools.tpath.dom declared as MessageReceiverModifier and TypeFieldDescriptionprotected MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> DOMClient.msgMethods in eu.bandm.tools.tpath.dom with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidDOMClient.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) 
- 
Uses of MessageReceiver in eu.bandm.tools.tpath.parser2Methods in eu.bandm.tools.tpath.parser2 with parameters of type MessageReceiverModifier and TypeMethodDescriptionParser.parse(Reader reader, MessageReceiver<SimpleMessage<D>> msg, D sourceIndication) Service Access Point for converting a complete text (ended with EOF) into a tpath expression.Parser.parse_AVT(Reader reader, MessageReceiver<SimpleMessage<D>> msg, D sourceIndication) Parse an "xslt attribute value template".<R> RParser.parse_nonterminal(Reading<D, TokenType, R> nonterminal, LookaheadTokenSource<D, TokenType, int[]> tokenSource, MessageReceiver<SimpleMessage<D>> msg) <R> RParser.parse_nonterminal(Reading<D, TokenType, R> nonterminal, Reader reader, MessageReceiver<SimpleMessage<D>> msg, D sourceIndication) Service Access Point for parsing a particular non-terminal.
- 
Uses of MessageReceiver in eu.bandm.tools.tpath.runtimeFields in eu.bandm.tools.tpath.runtime declared as MessageReceiverModifier and TypeFieldDescriptionprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> FunctionLibrary.msgprotected MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> Interpreter.msgMethods in eu.bandm.tools.tpath.runtime with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidFrontend.setMessageReceiver(MessageReceiver<? super SimpleMessage> msg) voidInterpreter.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Constructors in eu.bandm.tools.tpath.runtime with parameters of type MessageReceiverModifierConstructorDescription
- 
Uses of MessageReceiver in eu.bandm.tools.tpath.tdomclientFields in eu.bandm.tools.tpath.tdomclient declared as MessageReceiverModifier and TypeFieldDescriptionprotected MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> TdomClient.msgMethods in eu.bandm.tools.tpath.tdomclient with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidTdomClient.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) 
- 
Uses of MessageReceiver in eu.bandm.tools.tpath.typeMethods in eu.bandm.tools.tpath.type with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidNumerusInference.setMessageReceiver(MessageReceiver<? super SimpleMessage> msg) voidTypeInference.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) 
- 
Uses of MessageReceiver in eu.bandm.tools.umodClasses in eu.bandm.tools.umod that implement MessageReceiverModifier and TypeClassDescriptionprotected classFields in eu.bandm.tools.umod declared as MessageReceiverModifier and TypeFieldDescriptionprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Checker.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Factory.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Reducer.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Types.JavaMapper.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> UMod2java.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> UMod2Tsoap.msgprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> UMod2visitors.msgprotected MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> UMod2format.msgRecMethods in eu.bandm.tools.umod with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidChecker.check(UMod.Forest model0, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg0) Checks currently ONLY that field names are unique (from class to root) and there is only one "KEY" field.static booleanTypes.hasCanonicalOrder(UMod.Type t, UMod.Forest f, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) For basic types a canonical order is always defined; for internal defs depends on generated code; for external types ask the environment.static FormatTypes.implementationFlagFormat(UMod.Type t, UMod.Forest f, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) selects between tree and hash implementations for maps and setsprotected eu.bandm.tools.formatfrontends.absy.Document_patternUMod2format.Compiler.parseHint(String hint, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) voidUMod2format.process(UMod.Forest code, GeneratedContext context, GeneratedClass modelclass, GeneratedClass basematcher, boolean getterfunctions, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> externalMsgDrain) generates formatter class, derived from visitor "basematcher"
 as inner class in "forestclass"
 global fields and constants in this class
 entry methods ("toFormat()" etc)
 creates a "Format Creator" class by deriving fromformatfrontends.GeneriCompilercreates some fields and sets initializers
 calls compilation method for each umod class definition
 flushes accumulated const declarations to class code.
 Assumes that the code of "error()" is volatile!static UMod.ForestReducer.reduce(UMod.Forest in_forest, eu.bandm.tools.umod.absy.Document_modeltree el, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg0) static UMod.ForestMain.stream2umod(UMod.Forest forest, InputStream str, String sourcefilename, MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>> msg) Main worker method, can be called from other classes.UMod2java.translate(UMod.Forest code, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg0, String pkgname, Format generationDescription, String dateAndTime, boolean getterfunctions, boolean setterfunctions, boolean make_patterns, boolean saxgen, boolean swingtreegen, boolean visitordebug, boolean visitoroptimize, boolean visitorcompile, boolean allrewriterwarnings, boolean monolithic, boolean floatNotDouble, boolean constructorsPre20181214) Main class for translating a UMod model into Java source code.voidUMod2Tsoap.translate(String parsername, String writername, UMod.Forest model0, GeneratedContext context, MetaClass basevisitor, boolean visitoroptimize, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg0) Constructors in eu.bandm.tools.umod with parameters of type MessageReceiverModifierConstructorDescriptionCompiler(UMod.Forest umod0, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Derived consructor which additionally only sets the current umod model.JavaMapper(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, UMod.Forest model, boolean floatNotDouble) (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.
- 
Uses of MessageReceiver in eu.bandm.tools.util.filesMethods in eu.bandm.tools.util.files with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic <D> voidFileChecker.checkInputFiles(MessageReceiver<SimpleMessage<D>> msg, File[] dirs, File... files) Checks whether all input files/directories required by an application do exist.static <D> voidFileChecker.checkOutputFiles(MessageReceiver<SimpleMessage<D>> msg, File... files) Checks whether all simple output files of an application do NOT YET exist.
- 
Uses of MessageReceiver in eu.bandm.tools.util.xmlMethods in eu.bandm.tools.util.xml with parameters of type MessageReceiverModifier and TypeMethodDescription<A,B> void NamespaceName2String.fillFromOptions(MessageReceiver<SimpleMessage<?>> msg, @Opt List<A> files, @Opt List<B> pairs) Add the pairs from the files and then the pairs directly contained in a command line option.
- 
Uses of MessageReceiver in eu.bandm.tools.util3Fields in eu.bandm.tools.util3 declared as MessageReceiverMethods in eu.bandm.tools.util3 with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic <D> voidFileChecker.checkInputFiles(MessageReceiver<SimpleMessage<D>> msg, File[] dirs, File... files) Checks whether all input files/directories required by an application do exist.static <D> voidFileChecker.checkOutputFiles(MessageReceiver<SimpleMessage<D>> msg, File... files) Checks whether all simple output files of an application do NOT YET exist.voidJarLinker.linkApplication(MessageReceiver<SimpleMessage<String>> msg, String[] mainClassNames, File targetJarFile, File manifestFile, File[] libraries, Multimap<File, String> additionals) Method for packing a binary distribution into a jar file.voidJWhich.setMessageReceiver(MessageReceiver<SimpleMessage<@Opt eu.bandm.tools.util3.JWhich.ClassFile<?>>> msg) 
- 
Uses of MessageReceiver in eu.bandm.tools.xantlrFields in eu.bandm.tools.xantlr declared as MessageReceiverModifier and TypeFieldDescriptionprotected MessageReceiver<? super SimpleMessage> DTDGenerator.msgMethods in eu.bandm.tools.xantlr with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidDTDGenerator.setMessageReceiver(MessageReceiver<? super SimpleMessage> msg) 
- 
Uses of MessageReceiver in eu.bandm.tools.xantlr.runtimeFields in eu.bandm.tools.xantlr.runtime declared as MessageReceiverModifier and TypeFieldDescriptionprotected MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> X_LLkParser.messageReceiverMethods in eu.bandm.tools.xantlr.runtime with parameters of type MessageReceiverModifier and TypeMethodDescriptionvoidX_LLkParser.setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> mr) 
- 
Uses of MessageReceiver in eu.bandm.tools.xantlrtdomFields in eu.bandm.tools.xantlrtdom declared as MessageReceiverModifier and TypeFieldDescription(package private) MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> XantlrTdom.antlrMsg(package private) MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> XantlrTdom.tdomMsgMethods in eu.bandm.tools.xantlrtdom with parameters of type MessageReceiverModifier and TypeMethodDescriptionprotected <D> voidXantlrTdom.init(X_LLkParser parser0, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> antlrMessages, int queueSize, ContentHandler debugSaxEvents, TypedDTD tdomDtdModel, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> tdomMessages) static XantlrTdomXantlrTdom.link(X_LLkParser parser, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> antlrMessages, int queueSize, ContentHandler debugSaxEvents, TypedDTD tdomDtdModel, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> tdomMessages) This method creates a XantlrTdom object, which subsequently will be used to parse a source text (with an xantlr generated parser, see Xantlr user documentation., and to generate a corresponding tdom model, see Tdom user documentation..
- 
Uses of MessageReceiver in eu.bandm.tools.xslt.baseFields in eu.bandm.tools.xslt.base declared as MessageReceiverModifier and TypeFieldDescription(package private) final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> Application.msgprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> AttributeChecks_valueTemplates.msgprotected final MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> ForeignFilter.msg(package private) MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> MessageSender.msg(package private) MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> TPathCache.msgMethods in eu.bandm.tools.xslt.base with parameters of type MessageReceiverModifier and TypeMethodDescriptionstatic voidTransformation.checkAttNameNotXmlns(String name, String[] qname, Location<XMLDocumentIdentifier> loc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) static <E extends Enum<E>>
 ETransformation.checkEnumerationValue(Location<XMLDocumentIdentifier> loc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, CDataAttribute attr, String spec, String v, Class<E> enumclass) static booleanTransformation.checkEnumerationValue(Location<XMLDocumentIdentifier> loc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, CDataAttribute attr, String spec, String v, String... vals) static booleanTransformation.checkEnumerationValue(Location<XMLDocumentIdentifier> loc, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, CDataAttribute attr, String spec, String v, List<String> vals) booleanTPathCache.checkPattern(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg_EXT, @Opt Location<XMLDocumentIdentifier> loc, TPathCache.ExprClassified expr, boolean inTemplateOrKeyMatch, String role) Returns whether the ExprClassified is a pattern, and updatesTPathCache.ExprClassified.patternPartsaccordingly.static @Opt ResultContextResultContext.newInstance(String tdom_package_name, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Extracts all the data required for parsing and stores them into public read-only fields.AttributeValueTemplate.parse(String s, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Accumulate constant character data in StringbuilderAttributeValueTemplate.konstor call a tpath parser.TPathCache.parse(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg_EXT, Location<XMLDocumentIdentifier> loc, NamespaceName attribName, @Opt String data, boolean isTemplate) Parse expression source and store result to caches.voidMessageSender.setMsg(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Constructors in eu.bandm.tools.xslt.base with parameters of type MessageReceiverModifierConstructorDescriptionApplication(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, DocumentClient<N> documentClient, @Opt FunctionLibrary<N> allFuncs, Trace trace, Transformation transformation, N input, @Opt Map<NamespaceName, Value<N>> externalParameterValues) AttributeChecks_valueTemplates(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, TPathCache cache, Attributes atts, DTM.Element elDef, Location<XMLDocumentIdentifier> loc, Set<NamespaceName> additionalXslt) BuiltInFunctions(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, boolean traceUriResolution) MessageSender(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Trace trace) Templates(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Trace trace, URI ownUri, ResultContext resultContext) TemplatesCache(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Trace trace) SetsMessageReceiverandTracefor the standard messaging control.Transformation(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Trace trace, TransformationCache transformationCache, Templates toplevelSource, Transformation.Modifiers modifiers, Function<NamespaceName, FunctionSignature> functionTypes, DTM.Dtd sourceDtm, Collection<DTM.Element> topSourceElements, List<Transformation> calledBy) This constructor is the only external calling point, it creates a new instance and does all type checking, inclusion resolving etc.TransformationCache(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Trace trace, Transformation.Modifiers modifiers, TemplatesCache templatesCache) SetsMessageReceiverandTracefor the standard messaging control, and Modifiers.
TunedDTDParser.parse(Reader,XMLDocumentIdentifier,URL,boolean,MessageReceiver)instead.