Uses of Annotation Interface
eu.bandm.tools.annotations.Opt
Packages that use Opt
Package
Description
A collection of general-purpose annotations, exceptions, diagnosis,
and marker interfaces.
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
This is a package of auxiliary classes for
the d2d version 2.0 implementation.
Umod main model class: This is the internal
model for the d2d text type definitions.
Postprocessors for sematic modification of d2d parsing results.
Umod main model class: This is a model for the
results of d2d text parsing.
Document type definitions in various formats, plus utilities.
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
Model and solver for propositional logic in conjunctive normal form.
Model for w3c XML DTDs, with preserved syntax.
Canonical model of a W3C DTD with evaluated semantics;
plus utility applications.
Processor for parameter substitution in character streams.
Text layout and pretty printing,
see the user documentation.
An implementation-agnostic API for pretty-printing format objects.
Tools to debug
Format expressionsUtility functions for Swing GUI interaction and for graphics: drawing and coordinate calculation.
Mathematical graph tools.
Distribute applications made with metatools.
Evaluation, statistics and renderings of bandm lab log format.
Meaning: Created from d2d definition module
lablog$expanded at
2026-02-01_13h22m49.
Toolkit for the dynamic construction of lexical analyzers.
Abstract Syntax of LLJava, representing the byte code instructions, the
objects which contain byte code, and the attributes specific to byte code
classes.
Models positions in documents and across documents.
Human-readable message objects and processing.
Mirror of Java reflection: Build java sources as object models.
Support *MU*lti *LI*ngual user interfaces by advanced translation look-up,
incremental deserialization, etc.
Meaning: Source format for multi lingual
support.
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
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.
A modular implementation of nondeterministic pattern matching on arbitrary
objects.
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.
Abstract syntax of the tpath language, realized as a umod model.
Type checking for tpath expressions.
Compiler for data models, from a concise mathematical oriented language into
Java.
Runtime classes for the model code generated by the
umod compiler, for data integrity,
de/serialization, visualization, visitors and rewriters.
Collection types which work without names for classes and components.
Utility classes for Java and JVM runtime objects and bytecode.
Utility classes for file handling and IO.
Utility classes for HTTP handling.
Collections with multiple occurrence.
Auxiliaries for user interfaces by Swing graphics
or command line input and terminal output,
Utility classes for XML.
Glueing code supporting different standard use cases of tdom, xantlr
and both.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of Opt in eu.bandm.tools.annotations
Method parameters in eu.bandm.tools.annotations with annotations of type OptModifier and TypeMethodDescriptionstatic StringProjectInfo.getProperty(@Opt ClassLoader classLoader, String propertyName, String defaultValue) Queries the value of a project context property.static StringProjectInfo.getProperty(@Opt ClassLoader classLoader, String projectInfoFilename, String propertyName, String defaultValue) Queries the value of a project context property.Constructor parameters in eu.bandm.tools.annotations with annotations of type OptModifierConstructorDescriptionImplementationMissingException(@Opt String message) Constructur with some text information.ImplementationMissingException(@Opt String message, @Opt Throwable cause) Constructur with some text information and causing Throwable.ImplementationMissingException(@Opt String message, @Opt Throwable cause) Constructur with some text information and causing Throwable.Constructur with causing Throwable.ImpossibleError(@Opt String message) Constructor with some text information.ImpossibleError(@Opt String message, @Opt Throwable cause) Constructor with some text information and causing Throwable.ImpossibleError(@Opt String message, @Opt Throwable cause) Constructor with some text information and causing Throwable.ImpossibleError(@Opt Throwable cause) Constructor with causing Throwable. -
Uses of Opt in eu.bandm.tools.d2d2.base
Fields in eu.bandm.tools.d2d2.base with annotations of type OptModifier and TypeFieldDescriptionResolver4.currentDefinitionNameIs ==null iff "c" is visited from "import a = b ^(c/d)"protected @Opt FlattenContextResolver4.currentFlattenContextDtd2Def.defaultNamespaceURIDeclared as the default name space by an explicit "<?tdom xmlns=...?>"processing instruction.Def2Xslt3.defaultXsltLibConfiguration parameter: can be overwritten by the init block of an anonymous subclass.protected @Opt TagsRegExpNavigate.LocalReferenceNormalizer.regexpLocalsThe lowest definition to search for locals.Def2Xslt3.stringpos2origMap constructed during output which maps the module source location to the generated output source.Def2Dtd.tdomDocLanguageprotected @Opt ExpressionText2Udom.xslt_alt_ubiquituousContains all xslt tags which can appear anywhere in the target elements.Methods in eu.bandm.tools.d2d2.base with annotations of type OptModifier and TypeMethodDescriptionprotected static @Opt ResultingStructureText2Udom.consume_enumeration(MemScanner<String> scan, Enumeration etype) Used by tag parsers AND character parsers (with multiple parallel scanners !)Dtd2Def.convert()Convert one DTD.Dtd to a d2d module.protected @Opt TransformationBatchProcessor.do_loadTransformationForModule(ResolvedModule mod, BatchProcessor.Job job, String dateNow, String fileBasis) Constructs the transformation xslt code for the given d2d source text module and the transformation described in one job in the CLI options.protected TemplatesBatchProcessor.do_loadTransformationForModule_jre(ResolvedModule mod, BatchProcessor.Job job, String dateNow, String fileBasis) protected @Opt Element_block_content[]Userdoc.do_renderDocu(String docu_text, String docu_ident) Translate the d2d-encoded documentation text collected for one element to udom and then by standard xslt rules to xhtml.MemScanner.endTagCharacter(String tag) Returns the currently expected next "close parenthesis" character related to the given tag..Resolver4.findBinding(@Opt Binding binding, String id) Navigate.findImplicit(TagsRegExp def) Find the reference marked as#implicit, iff it is the first in a sequence (possibly length 1) on the top of the content model of the given regexp.Navigate.findImplicit(TagsRegExp def, boolean instantiated) Find the reference marked as#implicit, iff it is the first in a sequence (possibly length 1) on the top of the content model of the given regexp.static @Opt DefinitionNavigate.findInDefinitions(Module mod, String name) Look for a definition in a module, including local defs.static @Opt DefinitionNavigate.findInDefinitions(Module mod, String[] names) Look for a definition in a module, including local defs.protected @Opt Classifier.InstanceClassifier.findInstance(Definition raw, ImportContext ic) Navigate.findXRegExp(Module mod, String name) Looks for a XRegExp with the given name.Text2Udom.fromFile(File f, ModuleRegistry moduleRegistry) Parse the contents of the given file.Text2Udom.fromFile(String s, ModuleRegistry moduleRegistry) Parse the contents of the file found at the given location.Text2Udom.fromFile(String locationText, File f, ModuleRegistry moduleRegistry) Parse the contents of the given file, using the given location text for all error messages.Text2Udom.fromMemString(String locationText, MemString<String> text, ModuleRegistry moduleRegistry) Parse the contents of the given MemString object, which includes a text type declaration header.Text2Udom.fromMemString(String locationText, MemString<String> text, ModuleRegistry moduleRegistry, @Opt XRegExp toplevelXRegExp, eu.bandm.tools.d2d2.base.Text2Udom.modes mode) Parse the contents of the given MemString object, containing just the text body.Text2Udom.fromReader(String locationText, Reader r, ModuleRegistry moduleRegistry) Parse the contents of the given file, using the given location text for all error messages.Tasks.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.Extract an input module name and an output file from the options (option --module and --outputfile).UdomClient.getBaseURI(eu.bandm.tools.d2d2.base.UdomClient.Node<?> node) Returns null iff not possible to find out.Def2Dtd.getDocu(SourceItem item) UdomClient.getDocument(URI uri) UdomClient.getElementById(eu.bandm.tools.d2d2.base.UdomClient.Node<?> node, String id) Main.getKey_split(Options options) Split the command line option "-k/--key" withMain.splitAndCheckKey(MessageReceiver,String).UdomClient.getLocalName(eu.bandm.tools.d2d2.base.UdomClient.Node<?> node) TextFileHeader.getModuleName()The recognized top-most module name.UdomClient.getNamespaceName(eu.bandm.tools.d2d2.base.UdomClient.Node<?> node) UdomClient.getNamespaceURI(eu.bandm.tools.d2d2.base.UdomClient.Node<?> node) MemScanner.getParenthesisDefinitionLocation(String tag) Return the location of the most recent opening parenthesis related to the given tag..static @Opt Location<XMLDocumentIdentifier> Tasks.getRootSourceLocator(Throwable exception) Follows a published routine from the xalan project page, http://xalan.apache.org/old/xalan-j/faq.html#faq-N103D5TextFileHeader.getToplevelElementName()The recognized top-most element name.protected @Opt DefinitionDtd2Def.Phase1.globalDefForAtt(String name, DTM.Attribute attdef) Construct a common d2d tag element definition for a given attribute.ModuleRegistry.instantiate(Module topmod, String[] names) Finds a d2d definition sub-module in a top-level module and instantiates.ModuleRegistry.load_instantiated(String qName) Loads a module identified by its name (a sequence of identifiers separated byChars.REGEXP_NAMING_LEVEL_SEPARATOR) and subsequently instantiates all imports etc.ModuleRegistry.load_instantiated_tdom(String qName) Loads a tdom dtd as a ddf module.ModuleRegistry.load_uninstantiated(String qName, boolean considerLocals) External entry point for loading an uninstantiated d2d definition module.protected @Opt ImportContextResolver4.loadImportedModule(Location<XMLDocumentIdentifier> loc, ImportContext ic, String pref) Create and store a new import context and load the uninstantiated module text, if not yet done.ModuleRegistry.loadMetaModule()Returns null in case of error.protected @Opt TransformationBatchProcessor.loadTransformationForModule(ResolvedModule mod, BatchProcessor.Job job, String dateNow, String fileBasis) Constructs the transformation xslt code for the given d2d source text module and the transformation described in one job of the command line options.protected TemplatesBatchProcessor.loadTransformationForModule_jre(ResolvedModule mod, BatchProcessor.Job job, String dateNow, String fileBasis) protected @Opt Element_tableUserdoc.makeDocuTable(Set<Module> modules, Predicate<Definition> filter) Show for which raw definitions which documentation and transformation entries exist.Navigate.CharSetCalc.makeRange(CharSet from, CharSet to, CharBinary rangeExpr) Construct the range between two singleton sets.CharacterParser.parse(MemScanner<String> scanner, CharsRegExp parser, ResultingStructure result) Central executive method.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:PostProcessor.process(ResultingStructure input) Process the argument which is the result of a recent d2d text parsing.MemScanner.read_ident_or_null()Read the maximal sequence starting with theChars.charset_ident_initialcharacter set, followed by the maximal sequence of characters fromChars.charset_ident_subsequent- Thus newline is not acceptred.MemScanner.read_nonblank()Read a maximum sequence of non-blank characters.PostProcessor.readString(ResultingStructure udom, String tag) Auxiliary function to read the current string content of a sub-udom with the given tag, in the given udom.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.Resolver4.resolveAllPublics()Resolver4.resolveAllPublics_partial()Allows the module to contain references which are already resolved.Navigate.singleReference(Insertion ins) Returns the only reference which is the argument of the insertion, otherwise null.Main.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.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.Method parameters in eu.bandm.tools.d2d2.base with annotations of type OptModifier and TypeMethodDescriptionService access point: process the d2d source text and return the results in a Map object and write it to files.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.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 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.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) 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.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 voidprotected voidvoidDef2Xslt3.extract(String target, @Opt String tdom, @Opt String topElement, XMLDocumentIdentifier docid, @Opt LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2orig, String genComment, PrintWriter printwriter, ResolvedModule... modules) Entry method for conversion.voidDef2Xslt3.extract(String target, @Opt String tdom, @Opt String topElement, XMLDocumentIdentifier docid, @Opt LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2orig, String genComment, PrintWriter printwriter, ResolvedModule... modules) Entry method for conversion.voidDef2Xslt3.extract(String target, @Opt String tdom, @Opt String topElement, XMLDocumentIdentifier docid, @Opt LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2orig, String genComment, PrintWriter printwriter, ResolvedModule... modules) Entry method for conversion.protected Element_block_content @Opt []Userdoc.f_renderDocu(@Opt NonNullList<LocString> in, String docu_ident) Translate the d2d-encoded documentation text collected for one element to udom and then by standard xslt rules to xhtml.Resolver4.findBinding(@Opt Binding binding, String id) Text2Udom.fromMemString(String locationText, MemString<String> text, ModuleRegistry moduleRegistry, @Opt XRegExp toplevelXRegExp, eu.bandm.tools.d2d2.base.Text2Udom.modes mode) Parse the contents of the given MemString object, containing just the text body.Tasks.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.Tasks.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 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) 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 voidbooleanUdomClient.nameTest(eu.bandm.tools.d2d2.base.UdomClient.Node<?> node, PrincipalNodeType pnt, String uri, String suffix) uri and suffix may be ==null, which means "not tested".booleanUdomClient.nameTest(eu.bandm.tools.d2d2.base.UdomClient.Node<?> node, PrincipalNodeType pnt, String uri, String suffix) uri and suffix may be ==null, which means "not tested".SyntaxGraph.Painter.paintIt(Expression expr, @Opt SyntaxGraph.RefPainter refPainter, Color backgroundColor) Central Service Access: Paint the complete expression tree.protected voidText2Udom.process_close_tag_inner(@Opt String tag, boolean force, Location<String> closeTagDefLoc) Search the state space for "nexttag" as possible close tag.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, 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, 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 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 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 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.protected voidCharacterParser.trace(@Opt Location<XMLDocumentIdentifier> loc, String s) static booleanTasks.transformerException2errorMessage(Throwable ex, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt LocationMap<XMLDocumentIdentifier, XMLDocumentIdentifier> stringpos2filepos) ATTENTION pure heuristics WHERE to find the error diagnosis !?!?!protected voidConstructor parameters in eu.bandm.tools.d2d2.base with annotations of type OptModifierConstructorDescriptionBatchProcessor(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.FirstCalculator(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt ModuleRegistry modreg) EvidentJob(String targetName, @Opt ResultContext resultContext, @Opt String topElementName, FunctionLibrary<Node> functionLibrary, @Opt NamespaceName2String stylesheetParams, boolean noTxsl, SimpleFilePattern outFilePattern) Only constructor.Job(String targetName, @Opt ResultContext resultContext, @Opt String topElementName, FunctionLibrary<Node> functionLibrary, @Opt NamespaceName2String stylesheetParams, boolean noTxsl, SimpleFilePattern outFilePattern) Only constructor.Job(String targetName, @Opt ResultContext resultContext, @Opt String topElementName, FunctionLibrary<Node> functionLibrary, @Opt NamespaceName2String stylesheetParams, boolean noTxsl, SimpleFilePattern outFilePattern) Only constructor. -
Uses of Opt in eu.bandm.tools.d2d2.infra
Methods in eu.bandm.tools.d2d2.infra with annotations of type Opt -
Uses of Opt in eu.bandm.tools.d2d2.model
Fields in eu.bandm.tools.d2d2.model with annotations of type OptModifier and TypeFieldDescriptionImportItem.absolutePathGenerated by umod; model author's documentation MISSING.protected @Opt CharsRegExpParseParticle.collectorGenerated by umod; model author's documentation MISSING.protected @Opt SourceItemSourceItem.contextGenerated by umod; model author's documentation MISSING.protected @Opt ExpressionCharsRegExp.dataContentModelGenerated by umod; model author's documentation MISSING.protected @Opt NamespaceNameModule.defaultElNsGenerated by umod; model author's documentation MISSING.Definition.editpragmasGenerated by umod; model author's documentation MISSING.protected @Opt NonNullMap<String, Expression> Expression.firstsGenerated by umod; model author's documentation MISSING.protected @Opt ExpressionCharsRegExp.linearContentModelGenerated by umod; model author's documentation MISSING.protected @Opt Location<XMLDocumentIdentifier> Expr0.locationGenerated by umod; model author's documentation MISSING.XRegExp.manglingRuleGenerated by umod; model author's documentation MISSING.Definition.postprocGenerated by umod; model author's documentation MISSING.protected @Opt DefinitionReference.resolvedGenerated by umod; model author's documentation MISSING.ImportItem.targetURNGenerated by umod; model author's documentation MISSING.protected @Opt NonNullMap<String, Expression> Expression.weakfirstsGenerated by umod; model author's documentation MISSING.protected @Opt NonNullMap<Definition, Boolean> XRegExp.xattributesLists all sub-expressions to realize as XML attributes, and whether optional.(transient cache)
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":244.9-245.9, see this pretty print.)
The type of this field isNonNullMap<Definition(nevernull),java.lang.Boolean(nevernull)>(maybenull)
Its value defaults tonull.
Definition.xml_src_tagGenerated by umod; model author's documentation MISSING.protected @Opt NamespaceNameDefinition.xml_tagGenerated by umod; model author's documentation MISSING.Definition.xml_valueGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.model with annotations of type OptModifier and TypeMethodDescriptionImportItem.get_absolutePath()Generated by umod; model author's documentation MISSING.ParseParticle.get_collector()Generated by umod; model author's documentation MISSING.SourceItem.get_context()Generated by umod; model author's documentation MISSING.CharsRegExp.get_dataContentModel()Generated by umod; model author's documentation MISSING.Module.get_defaultElNs()Generated by umod; model author's documentation MISSING.Definition.get_editpragmas()Generated by umod; model author's documentation MISSING.Expression.get_firsts()Generated by umod; model author's documentation MISSING.CharsRegExp.get_linearContentModel()Generated by umod; model author's documentation MISSING.Expr0.get_location()Generated by umod; model author's documentation MISSING.XRegExp.get_manglingRule()Generated by umod; model author's documentation MISSING.Definition.get_postproc()Generated by umod; model author's documentation MISSING.Reference.get_resolved()Generated by umod; model author's documentation MISSING.ImportItem.get_targetURN()Generated by umod; model author's documentation MISSING.Expression.get_weakfirsts()Generated by umod; model author's documentation MISSING.XRegExp.get_xattributes()Lists all sub-expressions to realize as XML attributes, and whether optional.(transient cache)
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":244.9-245.9, see this pretty print.)
Generated getter method.Definition.get_xml_src_tag()Generated by umod; model author's documentation MISSING.Definition.get_xml_tag()Generated by umod; model author's documentation MISSING.Definition.get_xml_value()Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.model with annotations of type OptModifier 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.static <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.booleanImportItem.set_absolutePath(@Opt String val) Generated by umod; model author's documentation MISSING.booleanParseParticle.set_collector(@Opt CharsRegExp val) Generated by umod; model author's documentation MISSING.booleanSourceItem.set_context(@Opt SourceItem val) Generated by umod; model author's documentation MISSING.booleanCharsRegExp.set_dataContentModel(@Opt Expression val) Generated by umod; model author's documentation MISSING.booleanModule.set_defaultElNs(@Opt NamespaceName val) Generated by umod; model author's documentation MISSING.booleanDefinition.set_editpragmas(@Opt String val) Generated by umod; model author's documentation MISSING.booleanExpression.set_firsts(@Opt NonNullMap<String, Expression> val) Generated by umod; model author's documentation MISSING.booleanCharsRegExp.set_linearContentModel(@Opt Expression val) Generated by umod; model author's documentation MISSING.booleanExpr0.set_location(@Opt Location<XMLDocumentIdentifier> val) Generated by umod; model author's documentation MISSING.booleanXRegExp.set_manglingRule(@Opt Object val) Generated by umod; model author's documentation MISSING.booleanDefinition.set_postproc(@Opt String val) Generated by umod; model author's documentation MISSING.booleanReference.set_resolved(@Opt Definition val) Generated by umod; model author's documentation MISSING.booleanImportItem.set_targetURN(@Opt String val) Generated by umod; model author's documentation MISSING.booleanExpression.set_weakfirsts(@Opt NonNullMap<String, Expression> val) Generated by umod; model author's documentation MISSING.booleanXRegExp.set_xattributes(@Opt NonNullMap<Definition, Boolean> val) Lists all sub-expressions to realize as XML attributes, and whether optional.(transient cache)
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":244.9-245.9, see this pretty print.)
Updates the (mutable) instance destructively.booleanDefinition.set_xml_src_tag(@Opt String val) Generated by umod; model author's documentation MISSING.booleanDefinition.set_xml_tag(@Opt NamespaceName val) Generated by umod; model author's documentation MISSING.booleanDefinition.set_xml_value(@Opt String val) Generated by umod; model author's documentation MISSING.Constructor parameters in eu.bandm.tools.d2d2.model with annotations of type OptModifierConstructorDescriptionCharsRegExp(@Opt SourceItem context, String name, Location<XMLDocumentIdentifier> location, Expression value) Constructor defined according to directive »C 0/..«.
Definition(@Opt SourceItem context, String name, Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 0/..«.
Enumeration(@Opt SourceItem context, String name, Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 0/..«.
Expr0(@Opt Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 0/..«.
ImportItem(@Opt SourceItem context, String name, Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 0/..«.
Module(@Opt SourceItem context, String name, Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 0/..«.
ResolvedModule(@Opt SourceItem context, String name, Location<XMLDocumentIdentifier> location, Module raw) Constructor defined according to directive »C 0/..«.
SourceItem(@Opt SourceItem context, String name, Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 0/..«.
TagsRegExp(@Opt SourceItem context, String name, Location<XMLDocumentIdentifier> location, Expression value) Constructor defined according to directive »C 0/..«.
XRegExp(@Opt SourceItem context, String name, Location<XMLDocumentIdentifier> location, Expression value) Constructor defined according to directive »C 0/..«.
-
Uses of Opt in eu.bandm.tools.d2d2.parser2
Methods in eu.bandm.tools.d2d2.parser2 with annotations of type OptModifier and TypeMethodDescriptionstatic @Opt D2dLexer.TokenTypeParser2.optTokenType(Object o) 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.Method parameters in eu.bandm.tools.d2d2.parser2 with annotations of type OptModifier and TypeMethodDescriptionprotected static voidParser2.error(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt Location<XMLDocumentIdentifier> loc, String s, Object... args) protected voidParser2.DocuDistrib.rematch(SourceItem container, @Opt SourceItem s) protected static voidParser2.warning(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, @Opt Location<XMLDocumentIdentifier> loc, String s, Object... args) -
Uses of Opt in eu.bandm.tools.d2d2.postproc
Methods in eu.bandm.tools.d2d2.postproc with annotations of type OptModifier and TypeMethodDescriptionForget.process(ResultingStructure input) Process the given result element by simply returning constantly null. -
Uses of Opt in eu.bandm.tools.d2d2.rt
Fields in eu.bandm.tools.d2d2.rt with annotations of type OptModifier and TypeFieldDescriptionBinding.definitionNameGenerated by umod; model author's documentation MISSING.FlattenContext.localSubstsGenerated by umod; model author's documentation MISSING.Binding.predecGenerated by umod; model author's documentation MISSING.protected @Opt FlattenContextFlattenContext.predecGenerated by umod; model author's documentation MISSING.protected @Opt ImportContextImportContext.predecGenerated by umod; model author's documentation MISSING.State.predecGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.rt with annotations of type OptModifier and TypeMethodDescriptionBinding.get_definitionName()Generated by umod; model author's documentation MISSING.FlattenContext.get_localSubsts()Generated by umod; model author's documentation MISSING.Binding.get_predec()Generated by umod; model author's documentation MISSING.FlattenContext.get_predec()Generated by umod; model author's documentation MISSING.ImportContext.get_predec()Generated by umod; model author's documentation MISSING.State.get_predec()Generated by umod; model author's documentation MISSING.State.get_rule()State.set_rule()Method parameters in eu.bandm.tools.d2d2.rt with annotations of type OptModifier and TypeMethodDescriptionvoidImportContext.put_subs(String key0, @Opt ImportContext value) Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.booleanBinding.set_definitionName(@Opt String val) Generated by umod; model author's documentation MISSING.booleanFlattenContext.set_localSubsts(@Opt Binding val) Generated by umod; model author's documentation MISSING.booleanBinding.set_predec(@Opt Binding val) Generated by umod; model author's documentation MISSING.booleanFlattenContext.set_predec(@Opt FlattenContext val) Generated by umod; model author's documentation MISSING.booleanImportContext.set_predec(@Opt ImportContext val) Generated by umod; model author's documentation MISSING.booleanState.set_predec(@Opt State val) Generated by umod; model author's documentation MISSING.Constructor parameters in eu.bandm.tools.d2d2.rt with annotations of type OptModifierConstructorDescriptionBinding(@Opt Binding predec, String id, Expression exp, ImportContext context, @Opt String definitionName) Constructor defined according to directive »C 0/..«.
Binding(@Opt Binding predec, String id, Expression exp, ImportContext context, @Opt String definitionName) Constructor defined according to directive »C 0/..«.
FlattenContext(@Opt FlattenContext predec, @Opt Binding localSubsts) Constructor defined according to directive »C 0/..«.
FlattenContext(@Opt FlattenContext predec, @Opt Binding localSubsts) Constructor defined according to directive »C 0/..«.
ImportContext(@Opt ImportContext predec, ImportItem importItem, String moduleAddress, Module rawModule, String key, int level) Constructor defined according to directive »C 0/..«.
State(@Opt State predec, ResultContainer result, boolean inxslt) Constructor defined according to directive »C 0/..«.
State_perm(@Opt State predec, ResultContainer result, boolean inxslt, Perm rule, PermutationGroup directory) Constructor defined according to directive »C 0/..«.
State_rep(@Opt State predec, ResultContainer result, boolean inxslt, GrUnary rule) Constructor defined according to directive »C 0/..«.
State_sequ(@Opt State predec, ResultContainer result, boolean inxslt, Seq rule, int position) Constructor defined according to directive »C 0/..«.
State_singleton(@Opt State predec, ResultContainer result, boolean inxslt, Reference ref, Definition def, Expression rule) Constructor defined according to directive »C 0/..«.
-
Uses of Opt in eu.bandm.tools.doctypes
Methods in eu.bandm.tools.doctypes with annotations of type OptModifier and TypeMethodDescriptionResolve a request for a resource by matching it against the bandm resource URLs.DocTypes.resolve_to_stream(URI href) FIXME DOC FIXME RAUS use resolve(null,href).getCharacterStream() instead!DocTypes.resolveEntity(@Opt String publicId, String systemId) Matches something likeprotected @Opt InputSourceprotected @Opt InputStreamIff the href begins with the prefix, then return an input stream, else null.protected @Opt InputSourceMethod parameters in eu.bandm.tools.doctypes with annotations of type OptModifier and TypeMethodDescriptionstatic EntityResolverDocTypes.emptyDtds(@Opt EntityResolver base) Suppresses the loading of any DTD by supplying an empty document for any request with the file extension "dtd".DocTypes.resolveEntity(@Opt String publicId, String systemId) Matches something likeprotected @Opt InputSource -
Uses of Opt in eu.bandm.tools.doctypes.xhtml
Methods in eu.bandm.tools.doctypes.xhtml with annotations of type OptModifier and TypeMethodDescriptionElement_table.getElem_1_caption()Element_table.getElem_1_tfoot()Element_table.getElem_1_thead()Element_head.Choice_2_Alt_1.getSeq_1()Element_dl.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Seq_1_Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Seq_1_Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_map.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_select.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_table.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_table.Choice_2.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_tr.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_dl.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Seq_1_Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Seq_1_Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_map.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_select.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_table.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_table.Choice_2.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_tr.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Seq_1_Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Seq_1_Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Seq_1_Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Seq_1_Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_1.toAlt_5()If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Choice_1.toAlt_5()If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_1_Seq_1_Choice_1.toAlt_5()If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Choice_1.toAlt_5()If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_head.Choice_2_Alt_2_Seq_1_Choice_1.toAlt_5()If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Method parameters in eu.bandm.tools.doctypes.xhtml with annotations of type OptModifier and TypeMethodDescriptionstatic Element_aArriving link target with @name/@id, @class and pure text contents.static Element_aArriving link target with @name/@id, @class, pure text contents and a tooltip text.static Element_aArriving link target with @name/@id, @class, pure text contents and a tooltip text.static Element_formUtil.form(Element_form_content[] contents, String actionUrl, @Opt String encodings, Element_form.Attr_method.Value method) Makes one "form" element.
"get" is default for method.
"@target" is not supported, since not allowed in "strict".static Element_formUtil.form(Element_form_content[] contents, String actionUrl, @Opt String encodings, Element_form.Attr_method.Value method) Makes one "form" element.
"get" is default for method.
"@target" is not supported, since not allowed in "strict".static Element_selectUtil.input_select(String id, boolean multiple, boolean active, int displaySize, String[] values, String[] shown, @Opt String onchange, Set<String> selected) FIXME Element_optgroup missingstatic Element_aUtil.jumpNCC(String xhref, @Opt String cls, Element_a.Content... contents) Jump to target with @href, @class and structured contents.static Element_aJump to target with @href, @class and pure text contents.static Element_aJump to target with @href, @class, pure text contents and tooltip.static Element_aJump to target with @href, @class, pure text contents and tooltip.Element_table.setElem_1_caption(@Opt Element_caption newElem_1_caption) Element_table.setElem_1_tfoot(@Opt Element_tfoot newElem_1_tfoot) Element_table.setElem_1_thead(@Opt Element_thead newElem_1_thead) Element_head.Choice_2_Alt_1.setSeq_1(@Opt Element_head.Choice_2_Alt_1_Seq_1 newSeq_1) static Element_spanCreate a xhtml "span" element with plain text content and a given css class.static Element_textareaUtil.textarea(@Opt String contents, int rows, int cols, String id, boolean active, boolean editable) Makes one "text area" element.static Element_headUtil.xhtml_head(String title, @Opt String encoding, @Opt String favicon, @Opt List<String> jses, @Opt List<String> csses, @Opt List<Element_link> links, @Opt Map<String, String> metas, @Opt List<Element_meta> metas2) Creates an Xhtml1.0Element_headaccording to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >static Element_headUtil.xhtml_head(String title, @Opt String encoding, @Opt String favicon, @Opt List<String> jses, @Opt List<String> csses, @Opt List<Element_link> links, @Opt Map<String, String> metas, @Opt List<Element_meta> metas2) Creates an Xhtml1.0Element_headaccording to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >static Element_headUtil.xhtml_head(String title, @Opt String encoding, @Opt String favicon, @Opt List<String> jses, @Opt List<String> csses, @Opt List<Element_link> links, @Opt Map<String, String> metas, @Opt List<Element_meta> metas2) Creates an Xhtml1.0Element_headaccording to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >static Element_headUtil.xhtml_head(String title, @Opt String encoding, @Opt String favicon, @Opt List<String> jses, @Opt List<String> csses, @Opt List<Element_link> links, @Opt Map<String, String> metas, @Opt List<Element_meta> metas2) Creates an Xhtml1.0Element_headaccording to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >static Element_headUtil.xhtml_head(String title, @Opt String encoding, @Opt String favicon, @Opt List<String> jses, @Opt List<String> csses, @Opt List<Element_link> links, @Opt Map<String, String> metas, @Opt List<Element_meta> metas2) Creates an Xhtml1.0Element_headaccording to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >static Element_headUtil.xhtml_head(String title, @Opt String encoding, @Opt String favicon, @Opt List<String> jses, @Opt List<String> csses, @Opt List<Element_link> links, @Opt Map<String, String> metas, @Opt List<Element_meta> metas2) Creates an Xhtml1.0Element_headaccording to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >static Element_headUtil.xhtml_head(String title, @Opt String encoding, @Opt String favicon, @Opt List<String> jses, @Opt List<String> csses, @Opt List<Element_link> links, @Opt Map<String, String> metas, @Opt List<Element_meta> metas2) Creates an Xhtml1.0Element_headaccording to the syntax<!ELEMENT head ((script | style | meta | link | object)*, ((title, %head.misc;, (base, %head.misc;)?) | (base, %head.misc;, (title, %head.misc;)))) >Constructor parameters in eu.bandm.tools.doctypes.xhtml with annotations of type OptModifierConstructorDescriptionElement_a(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_abbr(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_acronym(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_address(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_area(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_b(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_base(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_bdo(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_big(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_blockquote(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_body(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_br(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_button(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_caption(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_cite(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_code(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_col(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_colgroup(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_dd(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_del(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_dfn(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_div(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_dl(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_dt(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_em(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_fieldset(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_form(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_h1(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_h2(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_h3(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_h4(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_h5(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_h6(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_head(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_hr(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_html(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_i(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_img(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_input(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_ins(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_kbd(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_label(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_legend(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_li(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_link(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_map(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_meta(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_noscript(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_object(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_ol(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_optgroup(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_option(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_p(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_param(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_pre(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_q(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_samp(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_script(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_select(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_small(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_span(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_strong(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_style(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_sub(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_sup(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_table(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_tbody(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_td(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_textarea(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_tfoot(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_th(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_thead(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_title(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_tr(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_tt(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_ul(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_var(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content. -
Uses of Opt in eu.bandm.tools.dpll
Methods in eu.bandm.tools.dpll with annotations of type Opt -
Uses of Opt in eu.bandm.tools.dtd
Fields in eu.bandm.tools.dtd with annotations of type OptModifier and TypeFieldDescriptionprotected @Opt XMLDocumentIdentifierDTD.Dtd.documentIdGenerated by umod; model author's documentation MISSING.Statistics.dtdThe underlying data.DTD.XmlDecl.encodingGenerated by umod; model author's documentation MISSING.protected @Opt XMLDocumentIdentifierDTD.EntityValue.idGenerated by umod; model author's documentation MISSING.protected @Opt Location<XMLDocumentIdentifier> DTD.AttDef.locationGenerated by umod; model author's documentation MISSING.protected @Opt Location<XMLDocumentIdentifier> DTD.MarkupDecl.locationGenerated by umod; model author's documentation MISSING.DTD.EntityValue.replacementGenerated by umod; model author's documentation MISSING.protected @Opt DTD.XmlDeclDTD.Dtd.xmlDeclGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtd with annotations of type OptModifier and TypeMethodDescriptionTunedDTDParser.AUX_convert(@Opt File f) Deprecated, for removal: This API element is subject to removal in a future version.Utilities.fpiExtractDescription(String fpi) Extracts the underlined part, which is most commonly interpreted as a file identifier:DTD.Dtd.get_documentId()Generated by umod; model author's documentation MISSING.DTD.XmlDecl.get_encoding()Generated by umod; model author's documentation MISSING.DTD.EntityValue.get_id()Generated by umod; model author's documentation MISSING.DTD.AttDef.get_location()Generated by umod; model author's documentation MISSING.DTD.MarkupDecl.get_location()Generated by umod; model author's documentation MISSING.DTD.EntityValue.get_replacement()Generated by umod; model author's documentation MISSING.DTD.Dtd.get_xmlDecl()Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.dtd with annotations of type OptModifier and TypeMethodDescriptionTunedDTDParser.AUX_convert(@Opt File f) Deprecated, for removal: This API element is subject to removal in a future version.static final StringUtilities.makeFormalPublicIdentifier(String owner, String fpi_class, String description, String language, @Opt String version) Create a formal public identifier with all the given parameters as its components.static final StringUtilities.makeFormalPublicIdentifier_bandm(String fpi_class, String description, String language, @Opt String version) Create a formal public identifier issued by bandm and with all the given parameters as further components.protected static voidUtilities.notEmptyCheck(@Opt String o, String t) 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.booleanDTD.Dtd.set_documentId(@Opt XMLDocumentIdentifier val) Generated by umod; model author's documentation MISSING.booleanDTD.XmlDecl.set_encoding(@Opt String val) Generated by umod; model author's documentation MISSING.booleanDTD.EntityValue.set_id(@Opt XMLDocumentIdentifier val) Generated by umod; model author's documentation MISSING.booleanDTD.AttDef.set_location(@Opt Location<XMLDocumentIdentifier> val) Generated by umod; model author's documentation MISSING.booleanDTD.MarkupDecl.set_location(@Opt Location<XMLDocumentIdentifier> val) Generated by umod; model author's documentation MISSING.booleanDTD.EntityValue.set_replacement(@Opt String val) Generated by umod; model author's documentation MISSING.booleanDTD.Dtd.set_xmlDecl(@Opt DTD.XmlDecl val) Generated by umod; model author's documentation MISSING.Constructor parameters in eu.bandm.tools.dtd with annotations of type OptModifierConstructorDescriptionAttDef(@Opt Location<XMLDocumentIdentifier> location, String name, DTD.AttType type, DTD.DefaultDecl value) Constructor defined according to directive »C 99/..«.
Attlist(@Opt Location<XMLDocumentIdentifier> location, String element) Constructor defined according to directive »C 99/..«.
Comment(@Opt Location<XMLDocumentIdentifier> location, String text) Constructor defined according to directive »C 99/..«.
Dtd(@Opt XMLDocumentIdentifier documentId) Constructor defined according to directive »C 1/..«.
Element(@Opt Location<XMLDocumentIdentifier> location, String name, DTD.ContentModel content) Constructor defined according to directive »C 99/..«.
Entity(@Opt Location<XMLDocumentIdentifier> location, boolean parameter, String name, DTD.EntityValue value) Constructor defined according to directive »C 99/..«.
EntityValue(@Opt XMLDocumentIdentifier id, String definition, @Opt String replacement) Constructor defined according to directive »C 0/..«.
EntityValue(@Opt XMLDocumentIdentifier id, String definition, @Opt String replacement) Constructor defined according to directive »C 0/..«.
EntityValue(String definition, @Opt String replacement) Constructor defined according to directive »C 1/..«.
MarkupDecl(@Opt Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 99/..«.
Notation(@Opt Location<XMLDocumentIdentifier> location, String name, XMLDocumentIdentifier id) Constructor defined according to directive »C 99/..«.
Constructor defined according to directive »C 99/..«.
protectedTunedDTDParser(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 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) protectedTunedDTDParser(Reader in, @Opt XMLDocumentIdentifier id, @Opt URL base, boolean errorOnExpand, MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) Constructor defined according to directive »C 99/..«.
Constructor defined according to directive »C 99/..«.
Constructor defined according to directive »C 0/..«.
-
Uses of Opt in eu.bandm.tools.dtm
Fields in eu.bandm.tools.dtm with annotations of type OptModifier and TypeFieldDescriptionprotected @Opt Location<XMLDocumentIdentifier> DTM.Named.locationGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm with annotations of type OptModifier and TypeMethodDescriptionDTM.Named.get_location()Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.dtm with annotations of type OptModifier and TypeMethodDescriptionvoidHtmlRenderer.printHtml(OutputStream os, String dtdFileName, String outfilename, @Opt File outputdir, ToolOptions options, String cmdLineText) Main (currently: the only) entry method after constructor call.protected Element_aAppend an xhtml "anchor" object to the currently growing list.booleanDTM.Named.set_location(@Opt Location<XMLDocumentIdentifier> val) Generated by umod; model author's documentation MISSING. -
Uses of Opt in eu.bandm.tools.expander
Methods in eu.bandm.tools.expander with annotations of type OptModifier and TypeMethodDescriptionprotected static @Opt ParameterExpander.ParameterParameterExpander.systemParameter(String name) Constructs a new parameter object, if the given name is a valid user parameter name.static @Opt ParameterExpander.ParameterParameterExpander.userParameter(String name) Constructs a new parameter object, if the given name is a valid user parameter name. -
Uses of Opt in eu.bandm.tools.format
Fields in eu.bandm.tools.format with annotations of type OptModifier and TypeFieldDescriptionprotected final AFormat.Annotated.annotationThe annotation value.Format.Comment.prefixFormat.Comment.suffixMethod parameters in eu.bandm.tools.format with annotations of type OptModifier and TypeMethodDescriptionstatic <A> FormatCreates anFormat.Annotatedformat.static FormatCreates anFormat.Commentformat.static FormatCreates anFormat.Commentformat.static FormatFormat.comment(@Opt String prefix, String linePrefix, @Opt String suffix, Iterable<@Opt ? extends Format> f) Creates anFormat.Commentformat.static FormatFormat.comment(@Opt String prefix, String linePrefix, @Opt String suffix, Iterable<@Opt ? extends Format> f) Creates anFormat.Commentformat.Constructor parameters in eu.bandm.tools.format with annotations of type OptModifierConstructorDescriptionConstructor used only internally by the cloning methods.Constructor used by the factory methods.protectedConstructor used by the factory methods.protectedConstructor used by the factory methods. -
Uses of Opt in eu.bandm.tools.format.spi
Method parameters in eu.bandm.tools.format.spi with annotations of type Opt -
Uses of Opt in eu.bandm.tools.formatDiagnosis
Methods in eu.bandm.tools.formatDiagnosis with annotations of type OptModifier and TypeMethodDescriptionprotected @Opt FormatTree.Inner1FormatTree.growBranch(TreeNode parent, String label, Object source) -
Uses of Opt in eu.bandm.tools.graficUtils
Fields in eu.bandm.tools.graficUtils with annotations of type OptModifier and TypeFieldDescriptionSwingForester.TreeProxy.labelSwingForester.TreeProxy.parentTextDialog.shortcutlistMethods in eu.bandm.tools.graficUtils with annotations of type OptModifier and TypeMethodDescriptionTerm.getEnvironment()Evident.PlafIcon.getIcon(PlafIcon.type t) List of resources according to http://www.java-forum.org/awt-swing-javafx-swt/63754-standard-icons.html http://www.rgagnon.com/javadetails/JavaUIDefaults.txtSwingForester.TreeProxy.getLabel()SwingForester.TreeProxy.getParent()Return the tree node one level above.SwingForester.growBranch(TreeNode parent, @Opt String label, Object x) Generate representation for one single object.static @Opt GeneralPathGeom.makeRoundedPath(double radius, double epsCollinear, Point2D... points0) Creates a path with rounded edges which connect the given points.static <C> CBasicAwtTools.nearestContainer(Class<C> c, Component here) static <C extends Container>
CSwingTools.nearestContainer(@Opt Component c, Class<C> cl) BasicAwtTools.nearestSquareIcon(Window window, int size) Deliver the icon which is nearest to the given size.Method parameters in eu.bandm.tools.graficUtils with annotations of type OptModifier and TypeMethodDescriptionprotected voidAdd aSwingForester.Leafdisplaying one primitive field of an object.protected voidAdd aSwingForester.Leafdisplaying one primitive field of an object.protected voidAdd aSwingForester.TreeProxydisplaying an object.protected voidAdd a specialized subclass ofSwingForester.LazyNodedisplaying a map.protected voidAdd a specialized subclass ofSwingForester.LazyNodedisplaying a multimap.protected voidAdd a specialized subclass ofSwingForester.LazyNodedisplaying a sequence.protected voidAdd a specialized subclass ofSwingForester.LazyNodedisplaying a set.static <D extends Message>
booleanSwingTools.ask(JFrame frame, @Opt String windowtitle, int messageType, MessageStore<D> text, String cancelbutton, String okbutton) static booleanSwingTools.ask(JFrame frame, @Opt String windowtitle, int messageType, Object[] text, String cancelbutton, String okbutton) SwingForester.growBranch(TreeNode parent, @Opt String label, Object x) Generate representation for one single object.static <C extends Container>
CSwingTools.nearestContainer(@Opt Component c, Class<C> cl) static <E> JComboBox<E> SwingTools.setEnabling(JComboBox<E> comboBox, @Opt Predicate<E> enabled) SwingTools.EnabledJComboBoxModel.setPredicate(@Opt Predicate<D> predicate) SwingTools.EnabledJComboBoxRenderer.setPredicate(@Opt Predicate<D> predicate) static <E> JComboBox<E> SwingTools.setPredicate(JComboBox<E> comboBox, @Opt Predicate<E> enabled) Changes the predicate for a JComboBox with disabling/enabling.static <D extends Message>
voidSwingTools.show(JFrame frame, @Opt String windowtitle, int messageType, MessageStore<D> text, String buttonText) static voidSwingTools.show(JFrame frame, @Opt String windowtitle, int messageType, Object[] text, String buttonText) ATTENTION: when calling "showXXDialog()", the conversion to "Object[]" must be done explicitly, because only then "vertical stacking" is applied to the results of "toString()" separately!Constructor parameters in eu.bandm.tools.graficUtils with annotations of type OptModifierConstructorDescriptionprotectedOnly constructor.protectedOnly constructor.Only constructor.Only constructor.ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) ShiftState(JComponent component, @Opt Runnable in0, @Opt Runnable out0, @Opt Runnable inS, @Opt Runnable outS, @Opt Runnable inC, @Opt Runnable outC, @Opt Runnable inSC, @Opt Runnable outSC) protectedTextDialog(@Opt JFrame context, @Opt String windowtitle, boolean isModal, boolean hasShortcuts, PlafIcon.type t, @Opt Dimension size) Only real constructor, all others are just default argument wrappers.protectedTextDialog(@Opt JFrame context, @Opt String windowtitle, boolean isModal, boolean hasShortcuts, PlafIcon.type t, @Opt Dimension size) Only real constructor, all others are just default argument wrappers.protectedTextDialog(@Opt JFrame context, @Opt String windowtitle, boolean isModal, boolean hasShortcuts, PlafIcon.type t, @Opt Dimension size) Only real constructor, all others are just default argument wrappers.protectedOnly constructor.protectedOnly constructor. -
Uses of Opt in eu.bandm.tools.graph
Methods in eu.bandm.tools.graph with annotations of type OptModifier and TypeMethodDescription@Opt Collection<? extends V> GraphModel.neighbours(V node) Return all nodes to which there is an edge from a given node. -
Uses of Opt in eu.bandm.tools.installer
Fields in eu.bandm.tools.installer with annotations of type OptModifier and TypeFieldDescriptionDownloadDialog.browseUrlInput parameter by the caller: where to read the documentation online.DocumentedDistribution2.Configuration.buildDateThe current build date.DocumentedDistribution2.codePositionDisk file position of the currently running code.DocumentedDistribution2.Configuration.copyrightStringThe year and holders of the copyright.DocumentedDistribution2.Configuration.creditsKeys to translations to add as credits.protected @eu.bandm.tools.annotations.Opt byte[]DownloadDialog.curDigestLocal value: last checksum of DEnS during this dialog.DownloadDialog.curPositionLocal value: last successful storage of DEnS during this dialog.DocumentedDistribution2.DEnS_dirCommon root directory's position of documentation, examples and sources on the local machine.DocumentedDistribution2.Configuration.DEnS_download_positionThe URL from which the "DEnS" jar file may be read.DocumentedDistribution2.Configuration.emailForBugReportWhere to send bug reports.DocumentedDistribution2.Configuration.examplesShortNamesNick names under which the standard examples are presented in the Menu.DocumentedDistribution2.firstSignerNameThe name of the first/main signer of the code.DocumentedDistribution2.Configuration.iconRelativePathRelative path of a resource holding a middle-sized icon, presented at the start of the several message windows.DocumentedDistribution2.Configuration.licenseStringThe license under which the program and its sources may by used, distributed, etc.protected @eu.bandm.tools.annotations.Opt byte[]DownloadDialog.newDigestOutput value: last checksum of DEnS during this dialog.DownloadDialog.newPositionOutput value: last successful storage of DEnS during this dialog.protected final @eu.bandm.tools.annotations.Opt byte[]DownloadDialog.oldDigestInput parameter by the caller: last checksum d of DEnS, if any.DownloadDialog.oldPositionInput parameter by the caller: last local store positon of DEnS, if any.DocumentedDistribution2.Configuration.programContextNameThe name of a programming project this program belongs to.DocumentedDistribution2.Configuration.prototypeOptionsGuiPrototype for instances employed in all graphic based modes of operation.DocumentedDistribution2.resetToDefaultsButtonThe button below the GUI option pane, for resetting to default values.DocumentedDistribution2.Configuration.user_language_iconsList of optional flag icons in parallel withDocumentedDistribution2.Configuration.user_languages.Methods in eu.bandm.tools.installer with annotations of type OptModifier and TypeMethodDescription@eu.bandm.tools.annotations.Opt byte[]DownloadDialog.get_newDigest()Output parameter: Is != null iffDownloadDialog.get_newPosition()!= null.DownloadDialog.get_newPosition()Output parameter: Only set != null when a new position has been entered by the user and the download succeeded.DocumentedDistribution2.getFirstSignerName()Returns the string representation of the name of the last signer in the first certificate chain.protected @eu.bandm.tools.annotations.Opt byte[]DocumentedDistribution2.persistentGetByteArray(String key) Return empty array if nothing found in preference storage.DocumentedDistribution2.persistentGetString(String key, @Opt String deflt) Read the data which is stored under the current application and the explicit key parameter used as key.static @eu.bandm.tools.annotations.Opt byte[]CallDigest.recursively(String digestType, File top) Apply a digest (crc32, md5, sha1 etc.) generation on all files directly or indirectly adressed by the given file (=single file or directory).DocumentedDistribution2.translateNonRobust(String t) Find a translation for the input String according to the catalog object and the language code priority sequence, both fromDocumentedDistribution2.msg, or null if not found.Method parameters in eu.bandm.tools.installer with annotations of type OptModifier and TypeMethodDescriptionprotected voidDocumentedDistribution2.addMuli_jTabbedPane(Component p, String text, @Opt String tooltiptext) protected voidDocumentedDistribution2.makeMuli_anyTabbedPane(Component p, String text, @Opt String tooltiptext) Memorizes the component as being contained in ANY JTabbedPane for later language switch.DocumentedDistribution2.persistentGetString(String key, @Opt String deflt) Read the data which is stored under the current application and the explicit key parameter used as key.protected voidDocumentedDistribution2.persistentPutString(String key, @Opt String value) Put the data, retrievable by the current application and the explict key used together as key.protected voidDocumentedDistribution2.selectExampleOptions(@Opt String shortName) Is called by the framework and must be implemented by the derived class to let the options inDocumentedDistribution2.optionsModelpoint to a prefactored example.Constructor parameters in eu.bandm.tools.installer with annotations of type OptModifierConstructorDescriptionDownloadDialog(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called.DownloadDialog(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called.DownloadDialog(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called.DownloadDialog(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called.DownloadDialog(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called.DownloadDialog(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called.DownloadDialog(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called.DownloadDialog(@Opt JFrame frame, @Opt String title, String DEnS_dir_name, URL downloadUrl, @Opt URL browseUrl, String docu_start_filepath, boolean modal, @Opt String lang, @Opt File oldPosition, @eu.bandm.tools.annotations.Opt byte[] oldDigest, @Opt String serviceEmail, @Opt Dimension windowsize) After creation the (inherited) message runDialog() must be called. -
Uses of Opt in eu.bandm.tools.lablog.base
Method parameters in eu.bandm.tools.lablog.base with annotations of type OptModifier and TypeMethodDescriptionprotected voidToHtml.renderPackage(String packagename, @Opt List<Element_issue> issues, @Opt List<Element_docmat> docmats) Make the xhtml rendering of a package header, i.e.protected voidToHtml.renderPackage(String packagename, @Opt List<Element_issue> issues, @Opt List<Element_docmat> docmats) Make the xhtml rendering of a package header, i.e.Constructor parameters in eu.bandm.tools.lablog.base with annotations of type OptModifierConstructorDescriptionprotectedOnly constructor.protectedOnly constructor.protectedOnly constructor.protectedOnly constructor.protectedOnly constructor.protectedOnly constructor.protectedDeliveryContext(@Opt ToHtml.DeliveryContext<?> pred) Only constructor. -
Uses of Opt in eu.bandm.tools.lablog.xml
Methods in eu.bandm.tools.lablog.xml with annotations of type OptModifier and TypeMethodDescriptionElement_a_list.getChoice_1()Element_note.getChoice_1()Element_a_table.getElem_1_a_border()Element_a_image.getElem_1_a_image_align()Element_a_image.getElem_1_a_image_alt()Element_a_image.getElem_1_a_image_height()Element_a_image.getElem_1_a_image_showLabel()Element_a_image.getElem_1_a_image_width()Element_a_list.getElem_1_a_label()Element_a_table.getElem_1_a_label()Element_a_tr.getElem_1_a_label()Element_a_list.getElem_1_a_listSymbol()Element_a_link.getElem_1_a_loc()Element_a_cite.getElem_1_a_locus()Element_a_treeInclude.getElem_1_a_mode()Element_a_link.getElem_1_a_refdate()Element_a_link.getElem_1_a_text()Element_note.getElem_1_costs()Element_note.getElem_1_prior()Element_a_list.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_a_tr.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_docmat.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_entries.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_2.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_package.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_a_list.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_a_tr.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_docmat.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_entries.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_2.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_package.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_entries.Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_1.toAlt_5()If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_note.Choice_1.toAlt_6()If the current contents corresponds to the 6th alternative of the underlying content model, then cast it accordingly, otherwise return null.Method parameters in eu.bandm.tools.lablog.xml with annotations of type OptModifier and TypeMethodDescriptionElement_a_list.setChoice_1(@Opt Element_a_list.Choice_1 newChoice_1) Element_note.setChoice_1(@Opt Element_note.Choice_1 newChoice_1) Element_a_table.setElem_1_a_border(@Opt Element_a_border newElem_1_a_border) Element_a_image.setElem_1_a_image_align(@Opt Element_a_image_align newElem_1_a_image_align) Element_a_image.setElem_1_a_image_alt(@Opt Element_a_image_alt newElem_1_a_image_alt) Element_a_image.setElem_1_a_image_height(@Opt Element_a_image_height newElem_1_a_image_height) Element_a_image.setElem_1_a_image_showLabel(@Opt Element_a_image_showLabel newElem_1_a_image_showLabel) Element_a_image.setElem_1_a_image_width(@Opt Element_a_image_width newElem_1_a_image_width) Element_a_list.setElem_1_a_label(@Opt Element_a_label newElem_1_a_label) Element_a_table.setElem_1_a_label(@Opt Element_a_label newElem_1_a_label) Element_a_tr.setElem_1_a_label(@Opt Element_a_label newElem_1_a_label) Element_a_list.setElem_1_a_listSymbol(@Opt Element_a_listSymbol newElem_1_a_listSymbol) Element_a_link.setElem_1_a_loc(@Opt Element_a_loc newElem_1_a_loc) Element_a_cite.setElem_1_a_locus(@Opt Element_a_locus newElem_1_a_locus) Element_a_treeInclude.setElem_1_a_mode(@Opt Element_a_mode newElem_1_a_mode) Element_a_link.setElem_1_a_refdate(@Opt Element_a_refdate newElem_1_a_refdate) Element_a_link.setElem_1_a_text(@Opt Element_a_text newElem_1_a_text) Element_note.setElem_1_costs(@Opt Element_costs newElem_1_costs) Element_note.setElem_1_prior(@Opt Element_prior newElem_1_prior) Constructor parameters in eu.bandm.tools.lablog.xml with annotations of type OptModifierConstructorDescriptionElement_a_all(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_alpha(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ascii_alpha(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ascii_lower(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ascii_upper(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_blink(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_bold(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_border(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_cite(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_decimalDigit(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_decimalPositive(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_emph(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_footnote(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_footnotemark(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_footnotetext(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_hh(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ident(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_identFirstChar(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_identInnerChar(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_image(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_image_align(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_image_alt(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_image_file(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_image_height(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_image_showLabel(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_image_width(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_indexhi(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_indexlo(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ital(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_key(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_kind(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_label(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_larger(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ldots(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_link(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_list(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_listContinues(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_listitem(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_listStartnum(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_listSymbol(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_loc(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_locus(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_mode(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_nl(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_opus(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_p(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_path(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_pers(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_persop(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_pkind(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_popus(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ppers(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ref(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_refdate(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_scaps(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_smaller(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_spanstyle(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_src(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_SRC(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_strikeout(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_table(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_td(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_tdCls(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_text(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_th(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_tr(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_treeInclude(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_ulin(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_url(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_verbatimXml(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_whitespace(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_xemph(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_a_xlang(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_ACCEPTED(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_author(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_authors(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_CLOSED(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_costs(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_date(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_desc(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_dez(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_docmat(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_entries(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_FIXED(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_ident(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_issue(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_name(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_note(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_package(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_prior(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_reference(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_REOPENED(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_WONTFIX(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_WORKSFORME(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content. -
Uses of Opt in eu.bandm.tools.lexic
Methods in eu.bandm.tools.lexic with annotations of type OptModifier and TypeMethodDescriptionCodePointMap.get(int key) Returns the value associated with the given key.Lexer.getClassifier()Returns the substitution map used by this lexer.Behavior.getDefaultTransition()Returns the transition performed by the automaton when consuming an input code point for which nothing particular is specified.LocationCodePointException.getLocation()Returns the location of the offending code point in the input document.SimpleToken.getLocation()Returns the source location of this token.Token.getLocation()Returns the source location of this token.SimpleToken.getText()Returns the text content of this token.Token.getText()Returns the text content of this token.Behavior.getTransition(int codePoint) Returns the transition performed by the automaton when consuming a given input code point.TokenRule.getType()Returns the token type of this rule.Method parameters in eu.bandm.tools.lexic with annotations of type OptModifier and TypeMethodDescriptionstatic <V> CodePointMap<V> CodePointMap.constant(V value) Returns a total map containing one entry for every code point, all with the same value.<D> LookaheadTokenSource<D, T, int[]> Lexer.lex(CodePointSource input, D documentId, int firstLine, int firstColumn) Returns a token source that produces tokens from the given input source.<D> LookaheadTokenSource<D, T, int[]> Lexer.lex(CodePointSource input, D documentId, int firstLine, int firstColumn, Token.Factory<D, T, ?> tokenFactory) Returns a token source that produces tokens from the given input source.Creates a new instance.Creates a new instance.static CodePointSourceCodePointSource.read(Reader reader, @Opt Consumer<? super IOException> handler) Returns a supplier that produces the code points corresponding to the UTF-8 characters available from a given reader.Lexer.setClassifier(@Opt Classifier classifier) Sets the substitution map to be used by this lexer.Lexer.setEndType(T endType) Sets the token type indicating the end of input.Lexer.setErrorType(T errorType) Sets the token type indicating an error in the lexical analysis.voidSets the given source to forward.CodePointMap.with(int key, V value, @Opt BinaryOperator<V> merge) Returns a map containing the entries of this map with one value added or merged.Constructor parameters in eu.bandm.tools.lexic with annotations of type OptModifierConstructorDescriptionLocationCodePointException(@Opt Location<?> location, int codePoint) Creates a new instance.LocationCodePointSource(CodePointSource input, D documentId, int firstLine, int firstColumn) Creates a new instance.LookaheadTokenSourceProxy(@Opt LookaheadTokenSource<D, T, L> source) Creates a new instance with the given source to forward.Creates a new instance.Creates a new instance.TokenRule(T type, TokenFragment fragment) Creates a new instance. -
Uses of Opt in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy with annotations of type OptModifier and TypeFieldDescriptionprotected @Opt LLJava.TypeBoundLLJava.Wildcard.boundGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ClassLLJava.InnerClass.definitionGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ConstantUTF8LLJava.Member.descriptorEntryThis field holds the textual representation (maybe null), but LLJava works with the same info in fieldLLJava.Field.type.protected @Opt LLJava.InvokeDynamicLLJava.MethodReference.dynamicEntryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.NameLLJava.GotoInterval.endGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.BlockLLJava.GotoInterval.endTargetThe end target of this code interval.protected @Opt LLJava.ConstantIntegerLLJava.BooleanLiteral.entryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ConstantIntegerLLJava.CharLiteral.entryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ClassRefLLJava.ClassExpr.entryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ClassRefLLJava.ClassReference.entryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ConstantDoubleLLJava.DoubleLiteral.entryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.FieldRefLLJava.FieldReference.entryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ConstantFloatLLJava.FloatLiteral.entryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ConstantIntegerLLJava.IntLiteral.entryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ConstantLongLLJava.LongLiteral.entryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.MethodHandleLLJava.MethodHandleExpr.entryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.AbstractMethodRefLLJava.MethodReference.entryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.MethodTypeLLJava.MethodTypeExpr.entryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ConstantStringLLJava.StringLiteral.entryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ClassRefLLJava.TypeInstruction.entryThe raw reference type represented by the argument of this instruction.protected @Opt LLJava.RefTypeLLJava.ReferenceTypeExpr.erasureThe raw type represented by this type specification.protected @Opt LLJava.ResultLLJava.ResultExpr.erasureThe raw type represented by this method result specification.protected @Opt LLJava.TypeLLJava.TypeBound.erasureThe raw type represented by this type bound specification.protected @Opt LLJava.RefTypeLLJava.Wildcard.erasureThe raw type represented by the upper bound of this wildcard type specification.protected @Opt LLJava.LiteralLLJava.Field.initializerGenerated by umod; model author's documentation MISSING.LLJava.Class.innerNameGenerated by umod; model author's documentation MISSING.LLJava.Node.locationGenerated by umod; model author's documentation MISSING.LLJava.CodeMethodBody.maxLocalsAn upper bound on the maximum number of local variable slots required for the execution of this method.LLJava.CodeMethodBody.maxOperandsAn upper bound on the maximum number of operand stack slots required for the execution of this method.LLJava.InnerClass.nameGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.NameLLJava.Local.nameGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.NameLLJava.Parameter.nameGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ConstantUTF8LLJava.Member.nameEntryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.QualIdLLJava.MemberStaticName.ownerGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.StackFrameLLJava.Instruction.postThe static stack frame postcondition for this instruction.protected @Opt LLJava.StackFrameLLJava.Instruction.preThe static stack frame precondition for this instruction.protected @Opt LLJava.ConstantUTF8LLJava.SignatureAttribute.signatureGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ConstantUTF8LLJava.Class.signatureEntryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ConstantUTF8LLJava.Member.signatureEntryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.StackMapTableAttributeLLJava.CodeAttribute.stackMapGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.BlockLLJava.GotoInterval.startTargetThe start target of this code interval.protected @Opt LLJava.StrategyLLJava.Invoke.strategyGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.BlockLLJava.GotoPoint.targetThe target of this code reference.protected @Opt LLJava.SlotLLJava.VariableAccess.targetGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ClassRefLLJava.Class.thisEntryGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.TypeLLJava.ArrayAccess.typeGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.ClassReferenceLLJava.Exception.typeThe type of the caughtThrowable, or null when catching all.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":433.9-434.13, see this pretty print.)
The type of this field isLLJava.ClassReference(maybenull)
Its value defaults tonull.
protected @Opt LLJava.ClassReferenceLLJava.Handler.typeGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.TypeExprLLJava.MethodReferenceParameter.typeGenerated by umod; model author's documentation MISSING.protected @Opt LLJava.VariableLLJava.Local.variableThe variable declared by this statement.protected @Opt LLJava.VariableLLJava.Parameter.variableThe variable represented by this parameter specification.Methods in eu.bandm.tools.lljava.absy with annotations of type OptModifier and TypeMethodDescriptionLLJava.Wildcard.get_bound()Generated by umod; model author's documentation MISSING.LLJava.InnerClass.get_definition()Generated by umod; model author's documentation MISSING.LLJava.Member.get_descriptorEntry()This field holds the textual representation (maybe null), but LLJava works with the same info in fieldLLJava.Field.type.LLJava.MethodReference.get_dynamicEntry()Generated by umod; model author's documentation MISSING.LLJava.GotoInterval.get_end()Generated by umod; model author's documentation MISSING.LLJava.GotoInterval.get_endTarget()The end target of this code interval.LLJava.BooleanLiteral.get_entry()Generated by umod; model author's documentation MISSING.LLJava.CharLiteral.get_entry()Generated by umod; model author's documentation MISSING.LLJava.ClassExpr.get_entry()Generated by umod; model author's documentation MISSING.LLJava.ClassReference.get_entry()Generated by umod; model author's documentation MISSING.LLJava.DoubleLiteral.get_entry()Generated by umod; model author's documentation MISSING.LLJava.FieldReference.get_entry()Generated by umod; model author's documentation MISSING.LLJava.FloatLiteral.get_entry()Generated by umod; model author's documentation MISSING.LLJava.IntLiteral.get_entry()Generated by umod; model author's documentation MISSING.LLJava.LongLiteral.get_entry()Generated by umod; model author's documentation MISSING.LLJava.MemberReference.get_entry()LLJava.MethodHandleExpr.get_entry()Generated by umod; model author's documentation MISSING.LLJava.MethodReference.get_entry()Generated by umod; model author's documentation MISSING.LLJava.MethodTypeExpr.get_entry()Generated by umod; model author's documentation MISSING.LLJava.StringLiteral.get_entry()Generated by umod; model author's documentation MISSING.LLJava.TypeInstruction.get_entry()The raw reference type represented by the argument of this instruction.LLJava.ReferenceTypeExpr.get_erasure()The raw type represented by this type specification.LLJava.ResultExpr.get_erasure()The raw type represented by this method result specification.LLJava.TypeArgument.get_erasure()LLJava.TypeBound.get_erasure()The raw type represented by this type bound specification.LLJava.Wildcard.get_erasure()The raw type represented by the upper bound of this wildcard type specification.LLJava.Field.get_initializer()Generated by umod; model author's documentation MISSING.LLJava.Class.get_innerName()Generated by umod; model author's documentation MISSING.LLJava.Node.get_location()Generated by umod; model author's documentation MISSING.LLJava.CodeMethodBody.get_maxLocals()An upper bound on the maximum number of local variable slots required for the execution of this method.LLJava.CodeMethodBody.get_maxOperands()An upper bound on the maximum number of operand stack slots required for the execution of this method.LLJava.InnerClass.get_name()Generated by umod; model author's documentation MISSING.LLJava.Local.get_name()Generated by umod; model author's documentation MISSING.LLJava.Parameter.get_name()Generated by umod; model author's documentation MISSING.LLJava.Member.get_nameEntry()Generated by umod; model author's documentation MISSING.LLJava.MemberStaticName.get_owner()Generated by umod; model author's documentation MISSING.LLJava.Instruction.get_post()The static stack frame postcondition for this instruction.LLJava.Instruction.get_pre()The static stack frame precondition for this instruction.LLJava.SignatureAttribute.get_signature()Generated by umod; model author's documentation MISSING.LLJava.Class.get_signatureEntry()Generated by umod; model author's documentation MISSING.LLJava.Member.get_signatureEntry()Generated by umod; model author's documentation MISSING.LLJava.CodeAttribute.get_stackMap()Generated by umod; model author's documentation MISSING.LLJava.GotoInterval.get_startTarget()The start target of this code interval.LLJava.Invoke.get_strategy()Generated by umod; model author's documentation MISSING.LLJava.GotoPoint.get_target()The target of this code reference.LLJava.VariableAccess.get_target()Generated by umod; model author's documentation MISSING.LLJava.Class.get_thisEntry()Generated by umod; model author's documentation MISSING.LLJava.ArrayAccess.get_type()Generated by umod; model author's documentation MISSING.LLJava.Exception.get_type()The type of the caughtThrowable, or null when catching all.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":433.9-434.13, see this pretty print.)
Generated getter method.LLJava.Handler.get_type()Generated by umod; model author's documentation MISSING.LLJava.MethodReferenceParameter.get_type()Generated by umod; model author's documentation MISSING.LLJava.Local.get_variable()The variable declared by this statement.LLJava.Parameter.get_variable()The variable represented by this parameter specification.ControlFlowSynthesizer.getInterval(LLJava.Instruction instruction) Method parameters in eu.bandm.tools.lljava.absy with annotations of type OptModifier and TypeMethodDescriptionvoidControlFlowSynthesizer.exceptionHandler(int startPC, int endPC, int handlerPC, LLJava.ClassReference catchType) booleanLLJava.Wildcard.set_bound(@Opt LLJava.TypeBound val) Generated by umod; model author's documentation MISSING.booleanLLJava.InnerClass.set_definition(@Opt LLJava.Class val) Generated by umod; model author's documentation MISSING.booleanLLJava.Member.set_descriptorEntry(@Opt LLJava.ConstantUTF8 val) This field holds the textual representation (maybe null), but LLJava works with the same info in fieldLLJava.Field.type.booleanLLJava.MethodReference.set_dynamicEntry(@Opt LLJava.InvokeDynamic val) Generated by umod; model author's documentation MISSING.booleanLLJava.GotoInterval.set_end(@Opt LLJava.Name val) Generated by umod; model author's documentation MISSING.booleanLLJava.GotoInterval.set_endTarget(@Opt LLJava.Block val) The end target of this code interval.booleanLLJava.ClassReference.set_entry(@Opt LLJava.ClassRef val) Generated by umod; model author's documentation MISSING.booleanLLJava.TypeInstruction.set_entry(@Opt LLJava.ClassRef val) The raw reference type represented by the argument of this instruction.booleanLLJava.ResultExpr.set_erasure(@Opt LLJava.Result val) The raw type represented by this method result specification.booleanLLJava.TypeBound.set_erasure(@Opt LLJava.Type val) The raw type represented by this type bound specification.booleanLLJava.Field.set_initializer(@Opt LLJava.Literal val) Generated by umod; model author's documentation MISSING.booleanLLJava.Class.set_innerName(@Opt LLJava.Id val) Generated by umod; model author's documentation MISSING.booleanLLJava.Node.set_location(@Opt Location<SourceId> val) Generated by umod; model author's documentation MISSING.booleanLLJava.CodeMethodBody.set_maxLocals(@Opt Integer val) An upper bound on the maximum number of local variable slots required for the execution of this method.booleanLLJava.CodeMethodBody.set_maxOperands(@Opt Integer val) An upper bound on the maximum number of operand stack slots required for the execution of this method.booleanGenerated by umod; model author's documentation MISSING.booleanLLJava.Local.set_name(@Opt LLJava.Name val) Generated by umod; model author's documentation MISSING.booleanLLJava.Parameter.set_name(@Opt LLJava.Name val) Generated by umod; model author's documentation MISSING.booleanLLJava.Member.set_nameEntry(@Opt LLJava.ConstantUTF8 val) Generated by umod; model author's documentation MISSING.booleanLLJava.MemberStaticName.set_owner(@Opt LLJava.QualId val) Generated by umod; model author's documentation MISSING.booleanLLJava.Instruction.set_post(@Opt LLJava.StackFrame val) The static stack frame postcondition for this instruction.booleanLLJava.Instruction.set_pre(@Opt LLJava.StackFrame val) The static stack frame precondition for this instruction.booleanLLJava.SignatureAttribute.set_signature(@Opt LLJava.ConstantUTF8 val) Generated by umod; model author's documentation MISSING.booleanLLJava.Class.set_signatureEntry(@Opt LLJava.ConstantUTF8 val) Generated by umod; model author's documentation MISSING.booleanLLJava.Member.set_signatureEntry(@Opt LLJava.ConstantUTF8 val) Generated by umod; model author's documentation MISSING.booleanLLJava.CodeAttribute.set_stackMap(@Opt LLJava.StackMapTableAttribute val) Generated by umod; model author's documentation MISSING.booleanLLJava.GotoInterval.set_startTarget(@Opt LLJava.Block val) The start target of this code interval.booleanLLJava.Invoke.set_strategy(@Opt LLJava.Strategy val) Generated by umod; model author's documentation MISSING.booleanLLJava.GotoPoint.set_target(@Opt LLJava.Block val) The target of this code reference.booleanLLJava.VariableAccess.set_target(@Opt LLJava.Slot val) Generated by umod; model author's documentation MISSING.booleanLLJava.Class.set_thisEntry(@Opt LLJava.ClassRef val) Generated by umod; model author's documentation MISSING.booleanLLJava.ArrayAccess.set_type(@Opt LLJava.Type val) Generated by umod; model author's documentation MISSING.booleanLLJava.Exception.set_type(@Opt LLJava.ClassReference val) The type of the caughtThrowable, or null when catching all.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":433.9-434.13, see this pretty print.)
Updates the (mutable) instance destructively.booleanLLJava.Handler.set_type(@Opt LLJava.ClassReference val) Generated by umod; model author's documentation MISSING.booleanLLJava.MethodReferenceParameter.set_type(@Opt LLJava.TypeExpr val) Generated by umod; model author's documentation MISSING.booleanLLJava.Local.set_variable(@Opt LLJava.Variable val) The variable declared by this statement.booleanLLJava.Parameter.set_variable(@Opt LLJava.Variable val) The variable represented by this parameter specification.Constructor parameters in eu.bandm.tools.lljava.absy with annotations of type OptModifierConstructorDescriptionException(LLJava.GotoInterval range, @Opt LLJava.ClassReference type, LLJava.GotoPoint target) Constructor defined according to directive »C 0/..«.
Field(LLJava.TypeExpr type, LLJava.Id name, @Opt LLJava.Literal initializer) Constructor defined according to directive »C 1/..«.
GotoInterval(LLJava.Name start, @Opt LLJava.Name end) Constructor defined according to directive »C 0/..«.
Handler(@Opt LLJava.ClassReference type, LLJava.CodePoint body) Constructor defined according to directive »C 0/..«.
InnerClass(@Opt LLJava.Id name, @Opt LLJava.Class definition) Constructor defined according to directive »C 0/..«.
InnerClass(@Opt LLJava.Id name, @Opt LLJava.Class definition) Constructor defined according to directive »C 0/..«.
Local(LLJava.TypeExpr type, @Opt LLJava.Name name) Constructor defined according to directive »C 0/..«.
MemberStaticName(LLJava.Id name, @Opt LLJava.QualId owner) Constructor defined according to directive »C 0/..«.
Constructor defined according to directive »C 0/..«.
Parameter(LLJava.TypeExpr type, @Opt LLJava.Name name) Constructor defined according to directive »C 0/..«.
Wildcard(@Opt LLJava.TypeBound bound) Constructor defined according to directive »C 0/..«.
-
Uses of Opt in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser with annotations of type OptModifier and TypeMethodDescriptionLLJavaLexer.Token.getLocation()Returns the source location of this token.Constructor parameters in eu.bandm.tools.lljava.parser with annotations of type Opt -
Uses of Opt in eu.bandm.tools.location
Methods in eu.bandm.tools.location with annotations of type OptModifier and TypeMethodDescriptionResolve a point or a region.abstract DLocation.getDocumentId()Returns the document identifier of this location's reference point, maybe null.Locatable.getLocation()Returns the location, may be = null.LocationTree.getLocation()Spectrum.getLocations(Object docId) Returns the list of all locations in the given document.LocationTree.getSubject()Location.live(int depth) Creates a location from the current JVM thread stack trace.Location.live(int depth, Predicate<? super StackTraceElement> skipCaller) Creates a location from the current JVM thread stack trace.Location.regionRobust(@Opt Location<D> a, @Opt Location<D> b) Variant ofLocation.region(Location,Location)which returns null when the region cannot be constructed and the other location when one location== null.Resolve a point or a region from the left-side regions to the right-side regions.LocationMap.resolveBackward(Location<E> loc) Resolve a point or a region from the right-side regions to the left-side regions.Translates a location point at offset p in domain region n to the point at the same offset in the range region n.Method parameters in eu.bandm.tools.location with annotations of type OptModifier and TypeMethodDescriptionstatic <D> Location<D> Location.line(D document, int line) Factory method for aLocation.Pointlocation with given doc id and only line number.static <D> Location<D> Location.lineFromTo(D document, int line, int startCol, int endCol) Factory method for anLocation.Regionin one single line, between the given start and end columns.static <D,T> LocationTree <D, T> static <D,T> LocationTree <D, T> LocationTree.of(String mainDescription, @Opt Location<D> location, T subject, Consumer<? super Collections.MapBuilder<String, Object>> parameters, Consumer<? super LocationTree.Builder<D, T>> branching) static <D,T> LocationTree <D, T> LocationTree.of(String mainDescription, @Opt Location<D> location, T subject, Consumer<? super Collections.MapBuilder<String, Object>> parameters, Supplier<LocationTree<D, T>> content) static <D,T> LocationTree <D, T> LocationTree.of(String mainDescription, @Opt Location<D> location, T subject, Supplier<LocationTree<D, T>> content) static <D> Location<D> Location.offset(D document, int offset) Factory method for aLocation.Pointlocation with given doc id and only a column number.static <D> Location<D> Location.point(D document, int line, int column) Factory method for aLocation.Pointlocation with given doc id, line and column number.static <D> Location<D> Location.region(D document, int startline, int startCol, int endline, int endCol) Factory method for anLocation.Regionbetween the given start and end positions.Location.regionRobust(@Opt Location<D> a, @Opt Location<D> b) Variant ofLocation.region(Location,Location)which returns null when the region cannot be constructed and the other location when one location== null.Location.regionRobust(@Opt Location<D> a, @Opt Location<D> b) Variant ofLocation.region(Location,Location)which returns null when the region cannot be constructed and the other location when one location== null.Constructor parameters in eu.bandm.tools.location with annotations of type OptModifierConstructorDescriptionLocationReader(Reader in, D documentId, int firstLine, int firstColumn) Constructor, which sets the tabulator width to one.LocationReader(Reader in, D documentId, int firstLine, int firstColumn, int tabWidth) Constructor with an arbitrary tabulator width>=1. -
Uses of Opt in eu.bandm.tools.message
Fields in eu.bandm.tools.message with annotations of type OptModifier and TypeFieldDescriptionSimpleMessage.argsOptional pieces of information.MessageCatcher.caughtlocal cache for the caught exception.Message.causeA throwable which has been caught and thus caused this message.protected @Opt MessageReceiver<? super M> SingleSender.drainWhereto the messages are passed.protected MessageStore<M>.@Opt ListModelMessageStore.listModelThe Swing list model, either user defined or default.Outstream2Log.locIntermediate storage for the location of the next message.SimpleMessage.locationOptional document position the message is related to.protected @Opt Comparator<? super M> MessageStore.orderIf set, defines the storage order.SwingMessageTable.separatorKeyMessage text which makes a bold horizontal line, nothing else.protected MessageStore<M>.@Opt TableModelMessageStore.tableModelThe Swing table model, either user defined or default.SimpleMessage.textContains the textual information of the message (maybe null).MessagePrinter.Indenting.timingKeyTranslating the correspondingMessage.Kind.logStartandMessage.Kind.logEndmessages to the same key.Methods in eu.bandm.tools.message with annotations of type OptModifier and TypeMethodDescriptionMessageCatcher.getCaught()Returns the last exception caught, if any.Message.getCause()Returns the cause of the message.@Opt MessageReceiver<? super M> SingleSender.getDrain()Return the currently active drain.MessageLatch.getLastMessage()Return the last received message.SimpleMessage.getLocation()Delivers the text location related to the message.@Opt Comparator<? super M> MessageStore.getOrder()Returns the comparator which rules the sequential order of storing.@Opt MessageReceiver<? super M> PrimitiveMessageDemux.getReceiver(E tag) Get the receiver for one particular tag.SimpleMessage.getText()static @Opt SimpleMessage<?> SimpleMessage.lift(@Opt PreMessage pm) Convert an optional premessage into an optional simple message of error kind.static @Opt SimpleMessage<?> SimpleMessage.lift(@Opt PreMessage pm, @Opt Location<?> loc) Convert an optional premessage into an optional simple message of error kind.MessageFormatter.process(PreMessage embed) Service access point to apply the text as a format to the arguments.Service access point to apply the text as a format to the arguments.MessageFormatter.render(SimpleMessage<?> msg) Service access point to apply the text as a format to the arguments.SwingMessageTable.setSeparatorKey(@Opt String separatorKey) Sets the message text which causes the message to be shown simply as one big grey separating block.Method parameters in eu.bandm.tools.message with annotations of type OptModifier and TypeMethodDescriptionstatic <D> SimpleMessage<D> SimpleMessage.error(PreMessage pm, @Opt Location<D> loc) Convenience factory Method: Construct a message of error kind from a PreMessage.static voidThrows an exception carrying the given message, if this is not null.static <D> SimpleMessage<D> SimpleMessage.from(PreMessage pm, Message.Kind kind, @Opt Location<D> loc, int level) Create a message from a pre-message, a kind, a location, and a level.static @Opt SimpleMessage<?> SimpleMessage.lift(@Opt PreMessage pm) Convert an optional premessage into an optional simple message of error kind.static @Opt SimpleMessage<?> SimpleMessage.lift(@Opt PreMessage pm, @Opt Location<?> loc) Convert an optional premessage into an optional simple message of error kind.static @Opt SimpleMessage<?> SimpleMessage.lift(@Opt PreMessage pm, @Opt Location<?> loc) Convert an optional premessage into an optional simple message of error kind.static <D> ThreadSimpleMessage.monitor(Thread thread, MessageReceiver<? super SimpleMessage<D>> drain, PrintStream ps) Installs a handler on the given thread that reports uncaught exceptions as failure messages.Service access point to apply the text as a format to the arguments.Set the location for the very next message synthesized.MessagePrinter.Indenting.setCriticalColor(@Opt String colorStartCritical, @Opt String colorEndCritical) Sets the terminal escape sequences for starting and ending the printing of a critical message (error or failure, etc).MessagePrinter.Indenting.setCriticalColor(@Opt String colorStartCritical, @Opt String colorEndCritical) Sets the terminal escape sequences for starting and ending the printing of a critical message (error or failure, etc).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.voidMessageStore.setListModel(MessageStore<M>.@Opt ListModel lm) Provide a user-defined list model.voidMessageStore.setOrder(@Opt Comparator<? super M> comp) Set the comparator which rules the sequential order of storing.voidPrimitiveMessageDemux.setReceiver(E tag, @Opt MessageReceiver<? super M> rec) Set the receiver for one particular tag.SwingMessageTable.setSeparatorKey(@Opt String separatorKey) Sets the message text which causes the message to be shown simply as one big grey separating block.voidMessageStore.setTableModel(MessageStore<M>.@Opt TableModel tm) Provide a user-defined table model.MessagePrinter.Indenting.setTimingKey(@Opt Function<M, Object> fun) Set the function to translate the correspondingMessage.Kind.logStartandMessage.Kind.logEndmessages to the same key.MessagePrinter.Indenting.setWarningColor(@Opt String colorStartWarning, @Opt String colorEndWarning) Sets the terminal escape sequences for starting and ending the printing of a warning message.MessagePrinter.Indenting.setWarningColor(@Opt String colorStartWarning, @Opt String colorEndWarning) Sets the terminal escape sequences for starting and ending the printing of a warning message.static MessageCatcherMessageCatcher.tryCatch(Runnable payload, @Opt MessageReceiver<Message> rec) Creates a new instance with the given payload code and message receiver.static <D> SimpleMessage<D> SimpleMessage.warning(PreMessage pm, @Opt Location<D> loc) Convenience factory Method: Construct a message of warning kind from a PreMessage.static <D> SimpleMessage<D> SimpleMessage.warning(PreMessage pm, @Opt Location<D> loc, int level) Convenience factory Method: Construct a message of warning kind from a PreMessage.Constructor parameters in eu.bandm.tools.message with annotations of type OptModifierConstructorDescriptionLocationMapper(@Opt MessageReceiver<SimpleMessage<E>> drain, LocationMap<D, E> map) Only constructor.protectedMessage(Message.Kind k, int v, @Opt Throwable e) Create a message with kind, level, cause, and timestamp set.protectedMessage(Message.Kind k, @Opt Throwable e) Create a message with kind, cause, and timestamp set.protectedCreates a message ofMessage.Kind.failurekind.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.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.SimpleMessage(Message.Kind k, int v, @Opt Throwable e, @Opt Locatable<D> l, @Opt String t, Object... a) Main constructor which sets all field values.SimpleMessage(Message.Kind k, int v, @Opt Throwable e, @Opt Locatable<D> l, @Opt String t, Object... a) Main constructor which sets all field values.SimpleMessage(Message.Kind k, int v, @Opt Throwable e, @Opt Locatable<D> l, @Opt String t, Object... a) Main constructor which sets all field values.protectedSingleSender(@Opt MessageReceiver<? super M> r) Constructor which setsSingleSender.drain. -
Uses of Opt in eu.bandm.tools.metajava
Methods in eu.bandm.tools.metajava with annotations of type OptModifier and TypeMethodDescriptionGeneratedPackage.getAuxiliaryFile(String name) final TGeneratedLiteral.getValue()GeneratedPackage.hasInfoFile()FormatProvider.newDeclarationReducer(GeneratedClass cls) protected static <T> TGeneratedLiteral.selectValue(Class<T> cls, String name) Method parameters in eu.bandm.tools.metajava with annotations of type OptModifier and TypeMethodDescriptionstatic FormatFormats.annotationGeneratedArguments(String tool, String version, String date, @Opt List<String> args) static FormatFormats.generationComment(String main_class, @Opt String descriptive_name, @Opt String clickable, @Opt String versionText, String dateAndTime, int escapemode, boolean htmlMode, String[] args) Generates a Format which can be used as a doc-comment to document the command line call which initiated the generation of a Java source file.static FormatFormats.generationComment(String main_class, @Opt String descriptive_name, @Opt String clickable, @Opt String versionText, String dateAndTime, int escapemode, boolean htmlMode, String[] args) Generates a Format which can be used as a doc-comment to document the command line call which initiated the generation of a Java source file.static FormatFormats.generationComment(String main_class, @Opt String descriptive_name, @Opt String clickable, @Opt String versionText, String dateAndTime, int escapemode, boolean htmlMode, String[] args) Generates a Format which can be used as a doc-comment to document the command line call which initiated the generation of a Java source file.static GeneratedLiteral<String> static StringConstructor parameters in eu.bandm.tools.metajava with annotations of type OptModifierConstructorDescriptionprotectedGeneratedLiteral(T value, Format display) protectedGeneratedLiteral(T value, String display) -
Uses of Opt in eu.bandm.tools.metajava.format
Method parameters in eu.bandm.tools.metajava.format with annotations of type OptModifier 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) static eu.bandm.tools.metajava.tdom.Element_fileUnparser.unparse(GeneratedSourceFile file, @Opt GeneratedPackage packInfo) -
Uses of Opt in eu.bandm.tools.muli
Methods in eu.bandm.tools.muli with annotations of type OptModifier and TypeMethodDescriptionReturns an unmodifiable copy of theMuLifor a given key object.Returns the name of a given key object in language chosen from a preference list.Returns the name of a given key object in language chosen from a preference list.Return aMuLi.TextFoundobject representing the first string found when trying the listed languages from left to right.Return aMuLi.TextFoundobject representing the first string found when trying the listed languages from left to right.Returns the key object for a given name in a given languageCatalog.getSpecific(K key, String lang) Returns the name of a given key object in a certain language.MuLi.getSpecific(String lang) Return the string stored under a particular key.Deliver an ImageIcon for the given language, if such an Icon is present.Catalog.readLanguageMap(String lang) Returns the mapString->Kfor a given language -
Uses of Opt in eu.bandm.tools.muli.tdom
Constructor parameters in eu.bandm.tools.muli.tdom with annotations of type OptModifierConstructorDescriptionElement_entry(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_text(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_translationfile(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content. -
Uses of Opt in eu.bandm.tools.muli.utils
Method parameters in eu.bandm.tools.muli.utils with annotations of type OptModifier and TypeMethodDescriptionCatalogToJava.makeClassCode(CatalogByString data, String classname, GeneratedContext container, @Opt String[] args) Generates code for a java class derived from CatalogByString from the current state of a Catalog. -
Uses of Opt in eu.bandm.tools.ops
Fields in eu.bandm.tools.ops with annotations of type OptModifier and TypeFieldDescriptionprotected final TDynamicEnum.Item.dataThe explicitly added data value.Methods in eu.bandm.tools.ops with annotations of type OptModifier and TypeMethodDescriptionRtArraySet.any()Get one arbitrarily chosen element and remove it.RtArraySet2.any()Get one arbitrarily chosen element and remove it.DynamicEnum.get(int i) Returns the added item by its position number, or null if no such found.<V> VHeteroMap.get(HeteroMap.Key<V> key) Returns the value to which the specified key is mapped, ornullif this map contains no mapping for the key.Tuple2.get0()Tuple4.get0()Tuploid1.get0()Tuple2.get1()Tuple4.get1()Tuploid2.get1()Tuple4.get2()Tuploid3.get2()Tuple4.get3()Tuploid4.get3()DynamicEnum.Item.getData()evidentfinal VTrie.Node.getValue()RomanNumbers.int2roman(int num, boolean uppercase) Public and Central Service Access Point.Multisets.partialCompare(Multiset<A> left, Multiset<A> right) RomanNumbers.roman2integer(BiConsumer<String, Object[]> errorReceiver, String s, boolean lowercasesupported, boolean uppercasesupported, boolean subtractiveformat_directNeighbour, boolean subtractiveformat_fartherNeighbour) Public and Central Service Access Point to convert a string.static <A0> A0Tuples.tuple(A0 elem0) static <A0> A0Tuples.tuple1(A0 elem0) Method parameters in eu.bandm.tools.ops with annotations of type OptModifier and TypeMethodDescriptionAdd one item.Rational.additiveName(@Opt String separator) Shows integer part and fractional rest separately.booleanDynamicEnum.containsUnchecked(@Opt Object o) Returns whether the argument is contained in this enumeration.intDynamicEnum.indexOfUnchecked(@Opt Object o) Returns the number of the item in this enumeration, or -1 if not contained.static <A0> A0Tuples.tuple(A0 elem0) static <A0,A1> Tuple2 <A0, A1> Tuples.tuple(A0 elem0, A1 elem1) static <A0,A1> Tuple2 <A0, A1> Tuples.tuple(A0 elem0, A1 elem1) static <A0,A1, A2>
Tuple3<A0, A1, A2> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2) static <A0,A1, A2>
Tuple3<A0, A1, A2> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2) static <A0,A1, A2>
Tuple3<A0, A1, A2> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2) static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0> A0Tuples.tuple1(A0 elem0) static <A0,A1> Tuple2 <A0, A1> Tuples.tuple2(A0 elem0, A1 elem1) static <A0,A1> Tuple2 <A0, A1> Tuples.tuple2(A0 elem0, A1 elem1) static <A0,A1, A2>
Tuple3<A0, A1, A2> Tuples.tuple3(A0 elem0, A1 elem1, A2 elem2) static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple4(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple4(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple4(A0 elem0, A1 elem1, A2 elem2, A3 elem3) static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple4(A0 elem0, A1 elem1, A2 elem2, A3 elem3) <V> HeteroMapHeteroMap.with(HeteroMap.Key<V> key, V value) Returns a map that has the same mappings as this map, with one exception.Constructor parameters in eu.bandm.tools.ops with annotations of type OptModifierConstructorDescriptionDynamicEnum(T... items) Constructor for an enumeration with fixed content.protectedItem(DynamicEnum<T> whole, int index, T data) Only constructor.RationalComparator(@Opt Comparator<? super A> base) Only constructor, setting the underlying comparator. -
Uses of Opt in eu.bandm.tools.option
Fields in eu.bandm.tools.option with annotations of type OptModifier and TypeFieldDescriptionCompiler.Phase.abbrevThe extracted short abbrev of the option under visit, if any.Compiler.Phase.nameThe extracted long name of the option under visit, if any.Method parameters in eu.bandm.tools.option with annotations of type OptModifier 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.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.voidCompiler.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.protected voidCompiler.Phase1.makeValueField(MetaType cl, @Opt TypedAttribute<String> userdef, String defdef) Convenience method to prcess one single position of an option's type structure which is neither String nor enumeratin nor switch.protected voidCompiler.Phase1.makeValueField(MetaType cl, @Opt TypedAttribute<String> userdef, String defdef, boolean isString, @Opt String enumname, boolean isSwitch, boolean hexOut) Central method for processing one single position of an options's type signature.protected voidCompiler.Phase1.makeValueField(MetaType cl, @Opt TypedAttribute<String> userdef, String defdef, boolean isString, @Opt String enumname, boolean isSwitch, boolean hexOut) Central method for processing one single position of an options's type signature.protected voidSend warning to central message receiverCompiler.msgrafter adding the name of the current option as the context info of the warning. -
Uses of Opt in eu.bandm.tools.option.absy
Methods in eu.bandm.tools.option.absy with annotations of type OptModifier and TypeMethodDescriptionElement_uri.getChoice_1()Element_option.getElem_1_condition()Element_rep.getElem_1_defaults()Element_enumeration.getElem_1_desc()Element_enumitem.getElem_1_desc()Element_option.getElem_1_isMeta()Element_option.getElem_1_noGui()Element_optionlist.getElem_1_printout_title()Element_type.getElem_1_rep()Element_uri.getElem_1_writable()Element_and.Choice_1_Alt_1_Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_and.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1_Alt_1_Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1_Alt_1_Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_optionlist.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1_Alt_1_Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testequal.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testequal.Choice_2.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testgreater.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testgreater.Choice_2.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_uri.Choice_1.toAlt_1()If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_and.Choice_1_Alt_1_Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_and.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1_Alt_1_Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1_Alt_1_Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_optionlist.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1_Alt_1_Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testequal.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testequal.Choice_2.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testgreater.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_testgreater.Choice_2.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_uri.Choice_1.toAlt_2()If the current contents corresponds to the 2nd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_and.Choice_1_Alt_1_Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_and.Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1_Alt_1_Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1_Alt_1_Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_optionlist.Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1_Alt_1_Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_3()If the current contents corresponds to the 3rd alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_and.Choice_1_Alt_1_Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_and.Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1_Alt_1_Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_condition.Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1_Alt_1_Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_not.Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1_Alt_1_Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_or.Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_4()If the current contents corresponds to the 4th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_5()If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_5()If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_5()If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_6()If the current contents corresponds to the 6th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_6()If the current contents corresponds to the 6th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_6()If the current contents corresponds to the 6th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_7()If the current contents corresponds to the 7th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_7()If the current contents corresponds to the 7th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_7()If the current contents corresponds to the 7th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_rep.Choice_1.toAlt_8()If the current contents corresponds to the 8th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_simpletypes.Choice_1.toAlt_8()If the current contents corresponds to the 8th alternative of the underlying content model, then cast it accordingly, otherwise return null.Element_type.Choice_1.toAlt_8()If the current contents corresponds to the 8th alternative of the underlying content model, then cast it accordingly, otherwise return null.Method parameters in eu.bandm.tools.option.absy with annotations of type OptModifier and TypeMethodDescriptionElement_uri.setChoice_1(@Opt Element_uri.Choice_1 newChoice_1) Element_option.setElem_1_condition(@Opt Element_condition newElem_1_condition) Element_rep.setElem_1_defaults(@Opt Element_defaults newElem_1_defaults) Element_enumeration.setElem_1_desc(@Opt Element_desc newElem_1_desc) Element_enumitem.setElem_1_desc(@Opt Element_desc newElem_1_desc) Element_option.setElem_1_isMeta(@Opt Element_isMeta newElem_1_isMeta) Element_option.setElem_1_noGui(@Opt Element_noGui newElem_1_noGui) Element_optionlist.setElem_1_printout_title(@Opt Element_printout_title newElem_1_printout_title) Element_type.setElem_1_rep(@Opt Element_rep newElem_1_rep) Element_uri.setElem_1_writable(@Opt Element_writable newElem_1_writable) Constructor parameters in eu.bandm.tools.option.absy with annotations of type OptModifierConstructorDescriptionElement_and(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_bool(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_comment(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_condition(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_constant(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_defaults(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_desc(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_dirOnly(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_enum(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_enumeration(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_enumitem(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_enumset(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_enumSetContains(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_float(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_int(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_isMeta(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_noGui(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_not(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_notDir(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_optarg(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_option(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_optionlist(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_or(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_printout_title(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_rat(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_rep(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_simpletypes(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_string(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_testequal(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_testgreater(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_text(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_type(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_uri(Attributes attrs, Element... content) Semi-parsing constructor which tries to parse sequences of model content.Element_v(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content.Element_writable(Attributes attrs, TypedSubstantial<Extension>... content) Semi-parsing constructor which tries to parse sequences of model content. -
Uses of Opt in eu.bandm.tools.option.runtime
Fields in eu.bandm.tools.option.runtime with annotations of type OptModifier and TypeFieldDescriptionprotected @Opt JComponentGui.errorcomponentThe component, the editing of which caused the last error, if any.Gui.messagePaneText pane for showing the message if a "field with syntax" cannot be left because the current text input cannot be parsed into a value.Model.nextTokenArgument token, written byModel.getNextToken(), which uses theModel.shellAdapter, and read by type-specific scannersModel.parseInt(), etc., and cleared by these, when consuming.Field where with each change in the GUI inputs a serialization will be presented.Methods in eu.bandm.tools.option.runtime with annotations of type OptModifier and TypeMethodDescriptionGui.TTLabel.getToolTipText(MouseEvent ev) Model.parseBoolTest()Aux method which returns whether a boolean representation is parsed.Model.parseOneUri()Parser function, only called from the compiled code when a String argument representation must necessarily be consumed, according to the current option's type grammar.Model.SeemsToWorkForLinuxAndSomeWindowsVersions20220613.testNextToken(Matcher mat, int len) Gui.translate_description(String key) Translate a key into the application specific descriptions.Method parameters in eu.bandm.tools.option.runtime with annotations of type OptModifier and TypeMethodDescriptionprotected abstract Gui.CollectionSpecialized by Generated Code to create one new GUI view for this repeting group.voidGui.editGraphically(@Opt String titleText, @Opt JPanel titleGraphic, @Opt Dimension innerArea, String lang, String[] buttonLabels, String[] cancelButtons) Interactive execution of the gui panel, very simple style.voidGui.editGraphically(@Opt String titleText, @Opt JPanel titleGraphic, @Opt Dimension innerArea, String lang, String[] buttonLabels, String[] cancelButtons) Interactive execution of the gui panel, very simple style.voidGui.editGraphically(@Opt String titleText, @Opt JPanel titleGraphic, @Opt Dimension innerArea, String lang, String[] buttonLabels, String[] cancelButtons) Interactive execution of the gui panel, very simple style.protected voidCalled by Generated code.protected voidCalled by Generated code.voidModel.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, @Opt String lang) Central entry point for parsing.voidvoidSet the current value.voidGui.setSerializationField(@Opt JLabel serializationField) Set the widget in wich with each change in the GUI inputs a serialization will be presented. -
Uses of Opt in eu.bandm.tools.paisley
Methods in eu.bandm.tools.paisley with annotations of type OptModifier and TypeMethodDescriptionUnary.getBody()Returns the contained subpattern.Variable.getName()Returns the name of this variable.Method parameters in eu.bandm.tools.paisley with annotations of type OptModifier and TypeMethodDescriptionstatic <A> Pattern<A> PrimitivePatterns.compare(Comparator<? super A> comparator, A other, Pattern<? super Integer> body) Returns a pattern that matches objects based on comparison with a given object using the given ordering.static <A extends Comparable<? super A>>
Pattern<A> Returns a pattern that matches objects based on comparison with a given object using the natural ordering.static <A> Pattern<A> PrimitivePatterns.eq(A other) Returns a pattern that matches objects identically equal to a given reference.static <A> Pattern<A> PrimitivePatterns.equal(A other) Returns a pattern that matches objects equal to a given reference.static <A> Pattern<A> PrimitivePatterns.greaterThan(Comparator<? super A> comparator, A other) Returns a pattern that matches objects greater than a given object using the given ordering.static <A> Pattern<A> PrimitivePatterns.greaterThanOrEqual(Comparator<? super A> comparator, A other) Returns a pattern that matches objects greater than or equal to a given object using the given ordering.static <A> Pattern<A> PrimitivePatterns.lessThan(Comparator<? super A> comparator, A other) Returns a pattern that matches objects less than a given object using the given ordering.static <A> Pattern<A> PrimitivePatterns.lessThanOrEqual(Comparator<? super A> comparator, A other) Returns a pattern that matches objects less than or equal to a given object using the given ordering.static <A> Pattern<A> PrimitivePatterns.neq(A other) Returns a pattern that matches objects not identically equal to a given reference.static <A> Pattern<A> PrimitivePatterns.nequal(A other) Returns a pattern that matches objects not equal to a given reference.static <A> Variable<A> Creates a new named pattern variable.Constructor parameters in eu.bandm.tools.paisley with annotations of type Opt -
Uses of Opt in eu.bandm.tools.paisley.xml
Method parameters in eu.bandm.tools.paisley.xml with annotations of type OptModifier and TypeMethodDescriptionReturns a pattern that matches any XML node with the given local name.Returns a pattern that matches any XML node with the given namespace URI and local name.Returns a pattern that matches any XML node with the given namespace URI and local name.static XPathPatterns.TestReturns a node test that is true for any node with the given name.XMLPatterns.namespaceURI(@Opt String namespaceURI) Returns a pattern that matches any XML node with the given namespace URI. -
Uses of Opt in eu.bandm.tools.ramus.runtime2
Methods in eu.bandm.tools.ramus.runtime2 with annotations of type OptModifier and TypeMethodDescriptionReverseList.get(int i) Parser.getCallerLocation()Parser.getChildren()Parser.getDescription()ReverseList.getLast()Returns the last element.Content.getLocation()Parser.getParameters()Method parameters in eu.bandm.tools.ramus.runtime2 with annotations of type OptModifier and TypeMethodDescriptionReturns an extension of this list by a given element.static <A> ReverseList<A> ReverseList.build(A... elems) Returns a reverse list copy of the given array.static <A> ReverseList<A> ReverseList.cast(@Opt ReverseList<? extends A> list) static <D,T> Action <Parser.Output<D, T>, SimpleMessage<D>, Parser.Input<D, T>> Parser.diagnoseUnexpectedToken(Action<Parser.Output<D, T>, SimpleMessage<D>, Parser.Input<D, T>> body, Location<D> location, @Opt String description) protected abstract Ustatic <D,T, A1, R>
Expression<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor1<D, A1, ? extends R> cons, AbstractExpression<D, T, ? extends A1> arg1) Deprecated.static <D,T, A1, R, E>
EReducer.reduce(@Opt Class<R> type, Reducer.Constructor1<D, A1, ? extends R> cons, Fragment<D, T, ? extends A1> arg1, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) Creates a compound expression for AST nodes with one parsed argument.static <D,T, A1, R>
Reading<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor1<D, A1, ? extends R> cons, Reading<D, T, ? extends A1> arg1) static <D,T, A1, A2, R>
Expression<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor2<D, A1, A2, R> cons, AbstractExpression<D, T, ? extends A1> arg1, AbstractExpression<D, T, ? extends A2> arg2) Deprecated.static <D,T, A1, A2, R, E>
EReducer.reduce(@Opt Class<R> type, Reducer.Constructor2<D, A1, A2, R> cons, AbstractExpression<D, T, ? extends A1> arg1, AbstractExpression<D, T, ? extends A2> arg2, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) static <D,T, A1, A2, R, E>
EReducer.reduce(@Opt Class<R> type, Reducer.Constructor2<D, A1, A2, R> cons, Fragment<D, T, ? extends A1> arg1, Fragment<D, T, ? extends A2> arg2, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) static <D,T, A1, A2, R>
Reading<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor2<D, A1, A2, R> cons, Reading<D, T, ? extends A1> arg1, Reading<D, T, ? extends A2> arg2) static <D,T, A1, A2, A3, R>
Expression<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor3<D, A1, A2, A3, R> cons, AbstractExpression<D, T, ? extends A1> arg1, AbstractExpression<D, T, ? extends A2> arg2, AbstractExpression<D, T, ? extends A3> arg3) Deprecated.static <D,T, A1, A2, A3, R, E>
EReducer.reduce(@Opt Class<R> type, Reducer.Constructor3<D, A1, A2, A3, R> cons, Fragment<D, T, ? extends A1> arg1, Fragment<D, T, ? extends A2> arg2, Fragment<D, T, ? extends A3> arg3, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) static <D,T, A1, A2, A3, R>
Reading<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor3<D, A1, A2, A3, R> cons, Reading<D, T, ? extends A1> arg1, Reading<D, T, ? extends A2> arg2, Reading<D, T, ? extends A3> arg3) static <D,T, A1, A2, A3, A4, R>
Expression<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor4<D, A1, A2, A3, A4, R> cons, AbstractExpression<D, T, ? extends A1> arg1, AbstractExpression<D, T, ? extends A2> arg2, AbstractExpression<D, T, ? extends A3> arg3, AbstractExpression<D, T, ? extends A4> arg4) Deprecated.static <D,T, A1, A2, A3, A4, R, E>
EReducer.reduce(@Opt Class<R> type, Reducer.Constructor4<D, A1, A2, A3, A4, R> cons, Fragment<D, T, ? extends A1> arg1, Fragment<D, T, ? extends A2> arg2, Fragment<D, T, ? extends A3> arg3, Fragment<D, T, ? extends A4> arg4, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) static <D,T, A1, A2, A3, A4, R>
Reading<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor4<D, A1, A2, A3, A4, R> cons, Reading<D, T, ? extends A1> arg1, Reading<D, T, ? extends A2> arg2, Reading<D, T, ? extends A3> arg3, Reading<D, T, ? extends A4> arg4) static <D,T, A1, A2, A3, A4, A5, R>
Expression<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor5<D, A1, A2, A3, A4, A5, R> cons, AbstractExpression<D, T, ? extends A1> arg1, AbstractExpression<D, T, ? extends A2> arg2, AbstractExpression<D, T, ? extends A3> arg3, AbstractExpression<D, T, ? extends A4> arg4, AbstractExpression<D, T, ? extends A5> arg5) Deprecated.static <D,T, A1, A2, A3, A4, A5, R, E>
EReducer.reduce(@Opt Class<R> type, Reducer.Constructor5<D, A1, A2, A3, A4, A5, R> cons, Fragment<D, T, ? extends A1> arg1, Fragment<D, T, ? extends A2> arg2, Fragment<D, T, ? extends A3> arg3, Fragment<D, T, ? extends A4> arg4, Fragment<D, T, ? extends A5> arg5, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) static <D,T, A1, A2, A3, A4, A5, R>
Reading<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor5<D, A1, A2, A3, A4, A5, R> cons, Reading<D, T, ? extends A1> arg1, Reading<D, T, ? extends A2> arg2, Reading<D, T, ? extends A3> arg3, Reading<D, T, ? extends A4> arg4, Reading<D, T, ? extends A5> arg5) static <D,T, A1, A2, A3, A4, A5, A6, R>
Expression<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor6<D, A1, A2, A3, A4, A5, A6, R> cons, AbstractExpression<D, T, ? extends A1> arg1, AbstractExpression<D, T, ? extends A2> arg2, AbstractExpression<D, T, ? extends A3> arg3, AbstractExpression<D, T, ? extends A4> arg4, AbstractExpression<D, T, ? extends A5> arg5, AbstractExpression<D, T, ? extends A6> arg6) Deprecated.static <D,T, A1, A2, A3, A4, A5, A6, R, E>
EReducer.reduce(@Opt Class<R> type, Reducer.Constructor6<D, A1, A2, A3, A4, A5, A6, R> cons, Fragment<D, T, ? extends A1> arg1, Fragment<D, T, ? extends A2> arg2, Fragment<D, T, ? extends A3> arg3, Fragment<D, T, ? extends A4> arg4, Fragment<D, T, ? extends A5> arg5, Fragment<D, T, ? extends A6> arg6, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) static <D,T, A1, A2, A3, A4, A5, A6, R>
Reading<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor6<D, A1, A2, A3, A4, A5, A6, R> cons, Reading<D, T, ? extends A1> arg1, Reading<D, T, ? extends A2> arg2, Reading<D, T, ? extends A3> arg3, Reading<D, T, ? extends A4> arg4, Reading<D, T, ? extends A5> arg5, Reading<D, T, ? extends A6> arg6) static <D,T, A1, A2, A3, A4, A5, A6, A7, R>
Expression<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor7<D, A1, A2, A3, A4, A5, A6, A7, R> cons, AbstractExpression<D, T, ? extends A1> arg1, AbstractExpression<D, T, ? extends A2> arg2, AbstractExpression<D, T, ? extends A3> arg3, AbstractExpression<D, T, ? extends A4> arg4, AbstractExpression<D, T, ? extends A5> arg5, AbstractExpression<D, T, ? extends A6> arg6, AbstractExpression<D, T, ? extends A7> arg7) Deprecated.static <D,T, A1, A2, A3, A4, A5, A6, A7, R, E>
EReducer.reduce(@Opt Class<R> type, Reducer.Constructor7<D, A1, A2, A3, A4, A5, A6, A7, R> cons, Fragment<D, T, ? extends A1> arg1, Fragment<D, T, ? extends A2> arg2, Fragment<D, T, ? extends A3> arg3, Fragment<D, T, ? extends A4> arg4, Fragment<D, T, ? extends A5> arg5, Fragment<D, T, ? extends A6> arg6, Fragment<D, T, ? extends A7> arg7, BiFunction<Parser<D, T>, Data.View<R>, E> wrap) static <D,T, A1, A2, A3, A4, A5, A6, A7, R>
Reading<D, T, R> Reducer.reduce(@Opt Class<R> type, Reducer.Constructor7<D, A1, A2, A3, A4, A5, A6, A7, R> cons, Reading<D, T, ? extends A1> arg1, Reading<D, T, ? extends A2> arg2, Reading<D, T, ? extends A3> arg3, Reading<D, T, ? extends A4> arg4, Reading<D, T, ? extends A5> arg5, Reading<D, T, ? extends A6> arg6, Reading<D, T, ? extends A7> arg7) static <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.static voidParser.setWatcher(@Opt Consumer<Parser<?, ?>> watcher) static <D,T> Parser <D, T> Returns a parser that consumes a single token matching a given predicate.Constructor parameters in eu.bandm.tools.ramus.runtime2 with annotations of type OptModifierConstructorDescriptionprotectedAbstractCharacterInput(D documentId, Reader in) DOCUMENT MEReverseList(ReverseList<? extends A> front, A last) -
Uses of Opt in eu.bandm.tools.rdparser
Fields in eu.bandm.tools.rdparser with annotations of type OptModifier and TypeFieldDescriptionTunableParser.baseBasis for resolving include directives.IncludingCharBuf.eotextLocationThe location after consuming the last character is stored here to be still deliverable when the finished buffer has been discarded.protected IncludingCharBuf<D>.@Opt CharBufIncludingCharBuf.CharBuf.hostChaining to callingCharBufobject.Methods in eu.bandm.tools.rdparser with annotations of type OptModifier and TypeMethodDescriptionIncludingCharBuf.getCurrentLocation()Deliver the position of the last executedIncludingCharBuf.consume().TunableParser.readExternal(String systemID) Read a file relative to the currentTunableParser.baseand return its contents.Method parameters in eu.bandm.tools.rdparser with annotations of type OptModifier and TypeMethodDescriptionvoidInsert the complete content of s at the current position.voidInsert the complete content of s at the current position.voidset base for resolving include directives.Constructor parameters in eu.bandm.tools.rdparser with annotations of type OptModifierConstructorDescriptionCreate a new buffer, link it viaIncludingCharBuf.CharBuf.hostto the calling text, and take the array s as its character data.Create a new buffer, link it viaIncludingCharBuf.CharBuf.hostto the calling text, and take the array s as its character data.Create a new buffer, link it viaIncludingCharBuf.CharBuf.hostto the calling text, and fill it with all character data from r.Create a new buffer, link it viaIncludingCharBuf.CharBuf.hostto the calling text, and fill it with all character data from r.IncludingCharBuf(Reader r, @Opt Location<D> loc) Initialize with the complete char stream readable from r.IncludingCharBuf(String s, @Opt Location<D> loc) Initialize with the complete content of s. -
Uses of Opt in eu.bandm.tools.tdom
Methods in eu.bandm.tools.tdom with annotations of type OptModifier and TypeMethodDescriptionReturns the tail of a PI's text, iff the target is "tdom", and the text begins with key, followed by a blank or the end of the string.Method parameters in eu.bandm.tools.tdom with annotations of type OptModifier and TypeMethodDescriptionprotected voidTypedDOMGenerator.error(@Opt Exception ex, @Opt Location<XMLDocumentIdentifier> location, String text, Object... args) DOCMEprotected voidTypedDOMGenerator.error(@Opt Exception ex, @Opt Location<XMLDocumentIdentifier> location, String text, Object... args) DOCME -
Uses of Opt in eu.bandm.tools.tdom.runtime
Fields in eu.bandm.tools.tdom.runtime with annotations of type OptModifier and TypeFieldDescriptionprotected @Opt TypedAttributeTdomAttributeException.attrTypedDocument.generationCommentTdomAttributeException.valueprotected VTypedAttribute.valueThe value of this attribute, includingnullfor "absent".Methods in eu.bandm.tools.tdom.runtime with annotations of type OptModifier and TypeMethodDescriptionstatic @Opt BigDecimalTypedNode.asBigDecimal(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimalTypedNode.asBigDecimal(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimalTypedNode.asBigDecimal(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimalTypedNode.asBigDecimal(@Opt String s) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigIntegerTypedNode.asBigInteger(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded BigInteger value.static @Opt BigIntegerTypedNode.asBigInteger(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded BigInteger value.static @Opt BigIntegerTypedNode.asBigInteger(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded BigInteger value.static @Opt BigIntegerTypedNode.asBigInteger(@Opt String s) Returns the value of its argument as a decimal encoded BigInteger value.TypedNode.asDouble(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded double value.TypedNode.asDouble(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded double value.TypedNode.asDouble(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded double value.Returns the value of its argument as a decimal encoded double value.TypedNode.asFloat(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded float value.TypedNode.asFloat(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded float value.TypedNode.asFloat(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded float value.Returns the value of its argument as a decimal encoded float value.TypedNode.asHexInt(@Opt CDataAttribute att) Returns the value of its argument as a hexdecimal encoded integer value.TypedNode.asHexInt(@Opt NmTokenAttribute att) Returns the value of its argument as a hexdecimal encoded integer value.TypedNode.asHexInt(TypedElement.PCDataContainer el) Returns the contents of its argument as a hexdecimal encoded integer value.Returns the value of its argument as a hexdecimal encoded integer value.TypedNode.asInt(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded integer value.TypedNode.asInt(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded integer value.TypedNode.asInt(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded integer value.Returns the value of its argument as a decimal encoded integer value.TypedNode.asLong(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded long value.TypedNode.asLong(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded long value.TypedNode.asLong(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded long value.Returns the value of its argument as a decimal encoded long value.TypedNode.asTrimmedString(@Opt CDataAttribute att) Returns the contents of its argument as a trimmed string.TypedNode.asTrimmedString(@Opt NmTokenAttribute att) Returns the contents of its argument as a trimmed string.TypedNode.asTrimmedString(@Opt String s) Returns its argument as a trimmed string.protected static @Opt NamespaceNameTypedElement.classifyForException(TypedSubstantial s) static @Opt TdomExceptionFollow the chain of ".cause" entries until an instance of this class is found.TypedAttribute.find(Attributes attrs, NamespaceName name) Extract the string value for this attribute from a SAX input data structure.Delivers an instance of the dtd stored with the tdom model with the given name.Returns the element indentified by the given String value, or null if no such exists.TdomAttributeException.getAttribute()TdomException.getContextElementNSName()TypedDocument.getGenerationComment()TdomException.getLocation()final @Opt Location<XMLDocumentIdentifier> TypedNode.getLocation()Return the location in the original text document.UntypedVisitor.getNearestElement()The last entered element.TdomContentException.getOffendingTag()NmTokenAttribute.getStringValue(@Opt String s) NmTokensAttribute.getStringValue(@Opt List<String> v) Returns the textual representation of a possible attribute value (not null), as it would be contained literally in a possible XML text representation.<E extends TypedElement<E,X>, X extends TypedExtension>
EIdRefAttribute.getValue(ElementDictionary<? extends E, X> dict) Look up the element for the current value of this.TdomAttributeException.getValue()final VTypedAttribute.getValue()Returns the current value of this attribute.NmTokensAttribute.splitValues(@Opt String text) Used from extern as auxiliary method.final @Opt TypedPCDataTypedElement.MixedContent.toPCData()Returns the unwrapped PCDATA content, or null if it is not this variant.Method parameters in eu.bandm.tools.tdom.runtime with annotations of type OptModifier and TypeMethodDescriptionstatic @Opt BigDecimalTypedNode.asBigDecimal(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimalTypedNode.asBigDecimal(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigDecimalTypedNode.asBigDecimal(@Opt String s) Returns the value of its argument as a decimal encoded BigDecimal value.static @Opt BigIntegerTypedNode.asBigInteger(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded BigInteger value.static @Opt BigIntegerTypedNode.asBigInteger(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded BigInteger value.static @Opt BigIntegerTypedNode.asBigInteger(@Opt String s) Returns the value of its argument as a decimal encoded BigInteger value.TypedNode.asDouble(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded double value.TypedNode.asDouble(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded double value.Returns the value of its argument as a decimal encoded double value.TypedNode.asFloat(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded float value.TypedNode.asFloat(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded float value.TypedNode.asFloat(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded float value.Returns the value of its argument as a decimal encoded float value.TypedNode.asHexInt(@Opt CDataAttribute att) Returns the value of its argument as a hexdecimal encoded integer value.TypedNode.asHexInt(@Opt NmTokenAttribute att) Returns the value of its argument as a hexdecimal encoded integer value.TypedNode.asHexInt(TypedElement.PCDataContainer el) Returns the contents of its argument as a hexdecimal encoded integer value.Returns the value of its argument as a hexdecimal encoded integer value.TypedNode.asInt(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded integer value.TypedNode.asInt(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded integer value.TypedNode.asInt(TypedElement.PCDataContainer el) Returns the contents of its argument as a decimal encoded integer value.Returns the value of its argument as a decimal encoded integer value.TypedNode.asLong(@Opt CDataAttribute att) Returns the value of its argument as a decimal encoded long value.TypedNode.asLong(@Opt NmTokenAttribute att) Returns the value of its argument as a decimal encoded long value.Returns the value of its argument as a decimal encoded long value.static <W> voidTypedAttribute.assertSetAttrValid(TypedAttribute<W> attr, W value) Wrapper for an attribute set method invocation when the author knows that a valid value is provided, to replace a checked exception.TypedNode.asTrimmedString(@Opt CDataAttribute att) Returns the contents of its argument as a trimmed string.TypedNode.asTrimmedString(@Opt NmTokenAttribute att) Returns the contents of its argument as a trimmed string.TypedNode.asTrimmedString(@Opt String s) Returns its argument as a trimmed string.booleanElementDictionary.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.protected voidCDataAttribute.checkValue(@Opt String value) Check routine for the validity of the attributes' intended value.protected voidEnumerationAttribute.checkValue(V value) Check routine for the validity of the attributes' intended value.protected voidIdAttribute.checkValue(@Opt String value) Check whether the value matches the syntactical rules for XML Names.protected voidIdRefAttribute.checkValue(@Opt String value) Check routine for the validity of the attributes' intended value.protected voidNmTokenAttribute.checkValue(@Opt String value) Check routine for the validity of the attributes' intended value.protected voidNmTokensAttribute.checkValue(@Opt List<String> values) Check routine for the validity of the attributes' intended value.protected abstract voidTypedAttribute.checkValue(V v) Check routine for the validity of the attributes' intended value.voidTypedComment.dump(ContentHandler contentHandler, LexicalHandler lexicalHandler) Write this model component to a SAX output stream.abstract voidTypedEthereal.dump(ContentHandler contentHandler, LexicalHandler lexicalHandler) Write this model component to a SAX output stream.voidTypedProcessingInstruction.dump(ContentHandler contentHandler, LexicalHandler lexicalHandler) Write this model component to a SAX output stream.protected voidTypedSubstantial.dumpFollowingEthereals(ContentHandler contentHandler, LexicalHandler lexicalHandler) protected voidTypedEtherealContainer.dumpLeadingEthereals(ContentHandler contentHandler, LexicalHandler lexicalHandler) Write PIs to the content handler, and Comments to the lexical Handler, if present.protected voidTypedSubstantial.dumpPrecedingEthereals(ContentHandler contentHandler, LexicalHandler lexicalHandler) protected voidTypedEtherealContainer.dumpTrailingEthereals(ContentHandler contentHandler, LexicalHandler lexicalHandler) Write PIs to the content handler, and Comments to the lexical Handler, if present.Returns the element indentified by the given String value, or null if no such exists.NmTokenAttribute.getStringValue(@Opt String s) NmTokensAttribute.getStringValue(@Opt List<String> v) Returns the textual representation of a possible attribute value (not null), as it would be contained literally in a possible XML text representation.protected voidTypedElement.initAttrs(@Opt Location<XMLDocumentIdentifier> from, @Opt Location<XMLDocumentIdentifier> to, Attributes attrs) Will be called by generated code.protected voidTypedElement.initAttrs(@Opt Location<XMLDocumentIdentifier> from, @Opt Location<XMLDocumentIdentifier> to, Attributes attrs) Will be called by generated code.protected voidTypedElement.initAttrsSafe(@Opt Location<XMLDocumentIdentifier> from, @Opt Location<XMLDocumentIdentifier> to, Attributes attrs) Will be called by generated code if notTdomAttributeSyntaxExceptioncan arise when parsing the attributes.protected voidTypedElement.initAttrsSafe(@Opt Location<XMLDocumentIdentifier> from, @Opt Location<XMLDocumentIdentifier> to, Attributes attrs) Will be called by generated code if notTdomAttributeSyntaxExceptioncan arise when parsing the attributes.voidTypedDocument.setGenerationComment(@Opt String generationComment) Will be emitted when this document is dumped to any SAX handler.final voidTypedNode.setLocation(@Opt Locatable<XMLDocumentIdentifier> loc) Set the location information.final voidTypedNode.setLocation(@Opt Location<XMLDocumentIdentifier> location) Set the location information.protected final voidTypedNode.setLocation(@Opt Location<XMLDocumentIdentifier> begin, @Opt Location<XMLDocumentIdentifier> end) Set the location information to an interval, if both limits are not null.protected final voidTypedNode.setLocation(@Opt Location<XMLDocumentIdentifier> begin, @Opt Location<XMLDocumentIdentifier> end) Set the location information to an interval, if both limits are not null.voidCDataAttribute.setValue(@Opt String newValue, TypedAttribute.SafeValues flag) Internal use only.voidEnumerationAttribute.setValue(V newValue, TypedAttribute.SafeValues flag) Internal use only.voidSet the value of this attribute.NmTokensAttribute.splitValues(@Opt String text) Used from extern as auxiliary method.Constructor parameters in eu.bandm.tools.tdom.runtime with annotations of type OptModifierConstructorDescriptionprotectedCDataAttribute(TypedAttribute.SafeValues flag, @Opt String value) This variant may only be invoked by generated code if value argument is known to be != null.protectedCDataAttribute(@Opt String value) protectedEnumerationAttribute(TypedAttribute.SafeValues flag, V value) This variant may only be invoked by generated code if attribute is #IMPLIED and not #FIXED.protectedEnumerationAttribute(@Opt String value) protectedEnumerationAttribute(V value) protectedIdAttribute(@Opt String value) protectedIdRefAttribute(@Opt String value) protectedIdRefsAttribute(@Opt String value) protectedIdRefsAttribute(@Opt List<String> value) protectedNmTokenAttribute(@Opt String value) protectedNmTokensAttribute(@Opt String value) protectedNmTokensAttribute(@Opt List<String> value) protectedSelectedIntegersAttribute(@Opt Integer value) protectedSelectedIntegersAttribute(@Opt String value) TdomAttributeException(@Opt Locatable<?> loc, @Opt TypedAttribute attr) TdomAttributeException(@Opt Locatable<?> loc, @Opt TypedAttribute attr) TdomAttributeException(@Opt Locatable<?> loc, @Opt TypedAttribute attr, @Opt String value) TdomAttributeException(@Opt Locatable<?> loc, @Opt TypedAttribute attr, @Opt String value) TdomAttributeException(@Opt Locatable<?> loc, @Opt TypedAttribute attr, @Opt String value) TdomAttributeFixedException(@Opt Locatable<?> loc, TypedAttribute attr, String value) TdomAttributeMissingException(@Opt Locatable<?> loc, TypedAttribute attr) TdomAttributeSyntaxException(@Opt Locatable<?> loc, TypedAttribute attr, @Opt String value) TdomAttributeSyntaxException(@Opt Locatable<?> loc, TypedAttribute attr, @Opt String value) TdomAttributeUndefException(@Opt Locatable<?> loc, NamespaceName attrName, String value) TdomContentEndException(@Opt Locatable<?> loc) TdomContentException(@Opt Locatable<?> loc, @Opt NamespaceName offendingTag) TdomContentException(@Opt Locatable<?> loc, @Opt NamespaceName offendingTag) TdomContentException(@Opt Locatable<?> loc, @Opt NamespaceName offendingTag, int offendingPosition) TdomContentException(@Opt Locatable<?> loc, @Opt NamespaceName offendingTag, int offendingPosition) TdomException(@Opt Locatable<?> loc) TdomXmlException(@Opt Locatable<?> loc, String message) protectedTypedAttribute(V value) Construct a new instance with a defined value during model construction. -
Uses of Opt in eu.bandm.tools.test
Method parameters in eu.bandm.tools.test with annotations of type OptModifier and TypeMethodDescriptionprotected voidTestFrame_messages.checkMessages(MessageStore<SimpleMessage<D>> store, @Opt String... expected) The string values of the (formatted) messages in the given message store must correspond to the sequence of string constants.protected voidTestFrame_messages.matchMessages(MessageStore<SimpleMessage<D>> store, @Opt Pattern<? super Integer> size, Pattern<? super Message>... expectedPrefix) Constructor parameters in eu.bandm.tools.test with annotations of type Opt -
Uses of Opt in eu.bandm.tools.tpath.absy
Fields in eu.bandm.tools.tpath.absy with annotations of type OptModifier and TypeFieldDescriptionprotected @Opt TPath.ExprTPath.Step.baseGenerated by umod; model author's documentation MISSING.protected @Opt Location<XMLDocumentIdentifier> TPath.Item.locationGenerated by umod; model author's documentation MISSING.TPath.NameTest.prefixGenerated by umod; model author's documentation MISSING.TPath.NameTest.suffixGenerated by umod; model author's documentation MISSING.TPath.ProcessingInstruction.targetGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.tpath.absy with annotations of type OptModifier and TypeMethodDescriptionTPath.Step.get_base()Generated by umod; model author's documentation MISSING.TPath.Item.get_location()Generated by umod; model author's documentation MISSING.TPath.NameTest.get_prefix()Generated by umod; model author's documentation MISSING.TPath.NameTest.get_suffix()Generated by umod; model author's documentation MISSING.TPath.ProcessingInstruction.get_target()Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.tpath.absy with annotations of type OptModifier and TypeMethodDescriptionbooleanTPath.Step.set_base(@Opt TPath.Expr val) Generated by umod; model author's documentation MISSING.booleanTPath.Item.set_location(@Opt Location<XMLDocumentIdentifier> val) Generated by umod; model author's documentation MISSING.booleanTPath.NameTest.set_prefix(@Opt String val) Generated by umod; model author's documentation MISSING.booleanTPath.NameTest.set_suffix(@Opt String val) Generated by umod; model author's documentation MISSING.booleanTPath.ProcessingInstruction.set_target(@Opt String val) Generated by umod; model author's documentation MISSING.Constructor parameters in eu.bandm.tools.tpath.absy with annotations of type OptModifierConstructorDescriptionAnd(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
AxisSpecifier(@Opt Location<XMLDocumentIdentifier> location, Axis axis) Constructor defined according to directive »C 1/..«.
BinaryExpr(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Comment(@Opt Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 1/..«.
ComparisonExpr(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Div(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Eq(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
EqualityExpr(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Expr(@Opt Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 1/..«.
Filter(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
FunctionCall(@Opt Location<XMLDocumentIdentifier> location, String name, NonNullList<TPath.Expr> args) Constructor defined according to directive »C 1/..«.
Geq(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Gt(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Item(@Opt Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 1/..«.
Leq(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Literal(@Opt Location<XMLDocumentIdentifier> location, String text) Constructor defined according to directive »C 1/..«.
LogicalExpr(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Lt(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Minus(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Mod(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Mult(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Constructor defined according to directive »C 1/..«.
Constructor defined according to directive »C 1/..«.
Constructor defined according to directive »C 1/..«.
Constructor defined according to directive »C 0/..«.
Constructor defined according to directive »C 0/..«.
Neg(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr arg) Constructor defined according to directive »C 1/..«.
Neq(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Node(@Opt Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 1/..«.
Number(@Opt Location<XMLDocumentIdentifier> location, double value) Constructor defined according to directive »C 1/..«.
NumericExpr(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Or(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
Paren(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr arg) Constructor defined according to directive »C 1/..«.
PathExpr(@Opt Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 1/..«.
Plus(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
ProcessingInstruction(@Opt Location<XMLDocumentIdentifier> location, @Opt String target) Constructor defined according to directive »C 1/..«.
ProcessingInstruction(@Opt Location<XMLDocumentIdentifier> location, @Opt String target) Constructor defined according to directive »C 1/..«.
Root(@Opt Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 1/..«.
Step(@Opt Location<XMLDocumentIdentifier> location, @Opt TPath.Expr base, TPath.AxisSpecifier axis, TPath.Test test, NonNullList<TPath.Expr> predicates) Constructor defined according to directive »C 1/..«.
Step(@Opt Location<XMLDocumentIdentifier> location, @Opt TPath.Expr base, TPath.AxisSpecifier axis, TPath.Test test, NonNullList<TPath.Expr> predicates) Constructor defined according to directive »C 1/..«.
Step(@Opt TPath.Expr base, TPath.AxisSpecifier axis, TPath.Test test) Constructor defined according to directive »C 0/..«.
Test(@Opt Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 1/..«.
Text(@Opt Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 1/..«.
TypeTest(@Opt Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 1/..«.
UnaryExpr(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr arg) Constructor defined according to directive »C 1/..«.
Union(@Opt Location<XMLDocumentIdentifier> location, TPath.Expr left, TPath.Expr right) Constructor defined according to directive »C 1/..«.
ValueExpr(@Opt Location<XMLDocumentIdentifier> location) Constructor defined according to directive »C 1/..«.
VariableReference(@Opt Location<XMLDocumentIdentifier> location, String name) Constructor defined according to directive »C 1/..«.
-
Uses of Opt in eu.bandm.tools.tpath.parser2
Methods in eu.bandm.tools.tpath.parser2 with annotations of type OptModifier 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 Opt in eu.bandm.tools.tpath.type
Fields in eu.bandm.tools.tpath.type with annotations of type OptMethods in eu.bandm.tools.tpath.type with annotations of type Opt -
Uses of Opt in eu.bandm.tools.umod
Methods in eu.bandm.tools.umod with annotations of type OptModifier and TypeMethodDescriptionUMod2java.findexternalclassforname(String n) Resolution ofEXT...declarations.protected UMod.FieldDefUMod2java.V_compileFieldDefs.findSuperField(UMod.FieldDef fd) Finds a field definition with the same name as its argument in a true super class of the class definition containing this argument.static UMod.ClassDefTypes.getUmodClassDef(UMod.Forest f, UMod.Type t) Returns the meta-model's class definition element to which the given type is a reference, or null.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.static UMod.ForestMain.stream2umod(UMod.Forest forest, InputStream str, String sourcefilename, MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>> msg, ContentPrinter cp) Main worker method, can be called from other classes.Method parameters in eu.bandm.tools.umod with annotations of type OptModifier and TypeMethodDescriptionFactory.addClassDef(UMod.ClassDef superclass, String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, boolean isAlgebraic, boolean isAbstract) Add a class definition to the model.Factory.addClassDef(UMod.ClassDef superclass, String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, boolean isAlgebraic, boolean isAbstract) Add a class definition to the model.Factory.addClassDef(UMod.ClassDef superclass, String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, boolean isAlgebraic, boolean isAbstract) Add a class definition to the model.protected voidUMod2java.addDocumentation(GeneratedAnnotationTarget target, UMod.Item source, @Opt String genericAlternative, @Opt String concludingText) protected voidUMod2java.addDocumentation(GeneratedAnnotationTarget target, UMod.Item source, @Opt String genericAlternative, @Opt String concludingText) protected voidUMod2java.addDocumentation(GeneratedAnnotationTarget target, UMod.Item source, @Opt String genericAlternative, @Opt String concludingText) 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, 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, 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, UMod.Item source, @Opt String prefixToUser, @Opt String genericAlternative, @Opt String concludingText) Adds metajava documentation objects to the generated metajava structure.Factory.addEnumDef(String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc) Add an enumeration definition to the model.Factory.addEnumDef(String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc) Add an enumeration definition to the model.Factory.addEnumDef(String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, String... items) Add an enumeration definition plus some/all of its enumeration values to the model.Factory.addEnumDef(String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, String... items) Add an enumeration definition plus some/all of its enumeration values to the model.voidFactory.addEnumItem(UMod.EnumDef edef, String name, @Opt String doc) Add a further enumeration value to an already defined enumeration type.Factory.addExternalDeclaration(String name, @Opt Location<XMLDocumentIdentifier> loc) Add an external declaration to the model.Factory.addFieldDef(UMod.ClassDef cls, String name, UMod.ClassDef fieldType, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc) Factory.addFieldDef(UMod.ClassDef cls, String name, UMod.ClassDef fieldType, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc) Factory.addFieldDef(UMod.ClassDef cls, String name, UMod.Type fieldType, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc) Add a field definition to a class definition.Factory.addFieldDef(UMod.ClassDef cls, String name, UMod.Type fieldType, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc) Add a field definition to a class definition.voidFactory.addJavaText(UMod.ClassDef cd, String text, @Opt Location<XMLDocumentIdentifier> loc) Add a verbatim java block, either to a class definition's code, or to the top-level model classs, ifcd==null.voidFactory.addJavaText(UMod.ClassDef cd, String text, @Opt Location<XMLDocumentIdentifier> loc) Add a verbatim java block, either to a class definition's code, or to the top-level model classs, ifcd==null.voidFactory.addTostringText(UMod.ClassDef cd, String text, @Opt Location<XMLDocumentIdentifier> loc) Add a standardtoString()method to the class definition's code.Factory.addVisitorDef(String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, @Opt Factory.VisitorFlavours flavour, int number) Add a base visitor definition to the model.Factory.addVisitorDef(String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, @Opt Factory.VisitorFlavours flavour, int number) Add a base visitor definition to the model.Factory.addVisitorDef(String name, @Opt Location<XMLDocumentIdentifier> loc, @Opt String doc, @Opt Factory.VisitorFlavours flavour, int number) Add a base visitor definition to the model.voidFactory.addVisitorRegister(UMod.FieldDef field, int num, int pos, @Opt String lr) Add a visitor register number to a field.protected Element_aGenerate an outgoing/clickable link.protected voidUMod2java.CompileConstructors_20181214.compileConstructor(UMod.ClassDef cd, @Opt Integer key, Collection<UMod.FieldDef> allParams, @Opt Collection<UMod.FieldDef> superParams) When this is called: no obligate fields are missing.protected voidUMod2java.CompileConstructors_20181214.compileConstructor(UMod.ClassDef cd, @Opt Integer key, Collection<UMod.FieldDef> allParams, @Opt Collection<UMod.FieldDef> superParams) When this is called: no obligate fields are missing.protected voidFactory.opt_addDocumentation(UMod.Item item, @Opt String text) 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.static UMod.ForestMain.stream2umod(UMod.Forest forest, InputStream str, String sourcefilename, MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>> msg, ContentPrinter cp) Main worker method, can be called from other classes.Constructor parameters in eu.bandm.tools.umod with annotations of type Opt -
Uses of Opt in eu.bandm.tools.umod.runtime
Methods in eu.bandm.tools.umod.runtime with annotations of type OptModifier and TypeMethodDescriptionCoPair.get_left()As usual.+/ static final long serialVersionUID = -6377989869262315836L; /** Return the stored value, if this instance realizes the left variant.Pair.get_left()Return the left component of this pair.UncheckedPair.get_left()CoPair.get_right()Return the stored value, if this instance realizes the right variant.Pair.get_right()Return the right component of this pair.UncheckedPair.get_right()protected <E extends Enum<E>>
ETsoapPrimitives.Parser.testRef()Method parameters in eu.bandm.tools.umod.runtime with annotations of type OptModifier and TypeMethodDescriptionvoidSet this instance to realizes the left variant and set its value.voidChange the left value of this instance.voidvoidSet this instance to realizes the right variant and set its value.voidChange the right value of this instance.voidDeliver a new instance with the given left value and the right value of this instance.Pair.with_right(R r) Deliver a new instance with the given right value and the left value of this instance.UncheckedPair.with_right(R r) Constructor parameters in eu.bandm.tools.umod.runtime with annotations of type OptModifierConstructorDescriptionCheckedCoPair_L(boolean b, R right) Create a copair of the "right" alternative.CheckedCoPair_R(L left) Create a copair of the "left" alternative.CheckedPair_L(L left, R right) Create an instance with the given left and right values.CheckedPair_R(L left, R right) Create an instance with the given left and right values.UncheckedCoPair(boolean b, R right) Create a copair of the "right" alternative.UncheckedCoPair(L left) Create a copair of the "left" alternative.UncheckedPair(L left, R right) Create an instance with the given left and right values.UncheckedPair(L left, R right) Create an instance with the given left and right values. -
Uses of Opt in eu.bandm.tools.util.anon
Methods in eu.bandm.tools.util.anon with annotations of type OptModifier and TypeMethodDescriptionTuple2.get0()Get the value of the first component.Tuple4.get0()Get the value of the first component.Tuploid1.get0()Return the value of the first component.Tuple2.get1()Get the value of the second component.Tuple4.get1()Get the value of the second component.Tuploid2.get1()Return the value of the second component.Tuple4.get2()Get the value of the third component.Tuploid3.get2()Return the value of the third component.Tuple4.get3()Get the value of the fourth component.Tuploid4.get3()Return the value of the fourth component.Method parameters in eu.bandm.tools.util.anon with annotations of type OptModifier and TypeMethodDescriptionbooleanstatic <A0,B0, C0, D0>
CoTuple<A0, B0, C0, D0> CoTuple.new1(A0 p1) Create an instance of variant one.static <A0,B0, C0, D0>
CoTuple<A0, B0, C0, D0> CoTuple.new2(B0 p2) Create an instance of variant two.static <A0,B0, C0, D0>
CoTuple<A0, B0, C0, D0> CoTuple.new3(C0 p3) Create an instance of variant three.static <A0,B0, C0, D0>
CoTuple<A0, B0, C0, D0> CoTuple.new4(D0 p4) Create an instance of variant four.static <A0,A1> Tuple2 <A0, A1> Tuples.tuple(A0 elem0, A1 elem1) Build a 2-tuple.static <A0,A1> Tuple2 <A0, A1> Tuples.tuple(A0 elem0, A1 elem1) Build a 2-tuple.static <A0,A1, A2>
Tuple3<A0, A1, A2> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2) Build a 3-tuple.static <A0,A1, A2>
Tuple3<A0, A1, A2> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2) Build a 3-tuple.static <A0,A1, A2>
Tuple3<A0, A1, A2> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2) Build a 3-tuple.static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2, A3 elem3) Build a 4-tuple.static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2, A3 elem3) Build a 4-tuple.static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2, A3 elem3) Build a 4-tuple.static <A0,A1, A2, A3>
Tuple4<A0, A1, A2, A3> Tuples.tuple(A0 elem0, A1 elem1, A2 elem2, A3 elem3) Build a 4-tuple.Constructor parameters in eu.bandm.tools.util.anon with annotations of type OptModifierConstructorDescriptionOnly constructor.Only constructor.protectedOnly constructor.protectedOnly constructor.protectedOnly constructor.Only constructor.Only constructor.Only constructor.Only constructor. -
Uses of Opt in eu.bandm.tools.util.classes
Fields in eu.bandm.tools.util.classes with annotations of type OptModifier and TypeFieldDescriptionprotected final @Opt ClassLoaderConfigurableClassLoader.JarArchive.localLoaderThe loader to which the jar file class loader delegates according to its "Class-Path" manifest entry.Methods in eu.bandm.tools.util.classes with annotations of type OptModifier and TypeMethodDescriptionNavigate.findInnerClass(Class<?> cs, String name) Deprecated, for removal: This API element is subject to removal in a future version.works only heuristically: the navigation by name is defined only for the Java compiler, not in the general JVM case.Navigate.findParallelClass(Class<?> cs, String name) Deprecated, for removal: This API element is subject to removal in a future version.works only heuristically: the navigation by name is defined only for the Java compiler, not in the general JVM case.AnnotationVisitor.Annotation.getValueParam()protected @Opt InputStreamReturn an input stream which contains all data of the class with the given name.Method parameters in eu.bandm.tools.util.classes with annotations of type OptModifier and TypeMethodDescriptionstatic Collection<String> ClassProbe.findClasses(@Opt String targetClassPath, @Opt Predicate<? super String> filter, @Opt BiConsumer<String, Exception> signalLoadingError, String... roots) Find all recursive static references to classes.static Collection<String> ClassProbe.findClasses(@Opt String targetClassPath, @Opt Predicate<? super String> filter, @Opt BiConsumer<String, Exception> signalLoadingError, String... roots) Find all recursive static references to classes.static Collection<String> ClassProbe.findClasses(@Opt String targetClassPath, @Opt Predicate<? super String> filter, @Opt BiConsumer<String, Exception> signalLoadingError, String... roots) Find all recursive static references to classes.static <T> booleanStackFilter.Compiler.testIfNonNull(Predicate<T> pred, T value) For convenience of the implementations, which use it frequently. -
Uses of Opt in eu.bandm.tools.util.files
Fields in eu.bandm.tools.util.files with annotations of type OptModifier and TypeFieldDescriptionSimpleFilePattern.stemThe string matching the placeholder from the last executed call toSimpleFilePattern.match(String).Methods in eu.bandm.tools.util.files with annotations of type OptModifier and TypeMethodDescriptionChoose an existing file (simple file or directory) interactively.FilenameUtils.getExtension(File f) Returns the suffix after the last occurence of"."in the file's local name, or null if no such.FilenameUtils.getExtension(String fn) Returns the suffix after the last occurence of".", or null if no such exists.TextInput.getInfo()Deliver a human readable text for the source identification.protected @Opt SourceHabitats.SourceHabitatSourceHabitats.makeHabitat(String name, @Opt String additionalErrorText) Internal method to check whether the input toSourceHabitats.appendNewHabitat(String,String)is consistent.Matches the input pattern and returns the derived output string.FilenameUtils.replaceFirstPlaceholder(String in, String placeholder, String replacement) Replaces in "in" the first occurence of "placeholder" by "replacement".FilenameUtils.replaceUniquePlaceholder(String in, String placeholder, String replacement) Replaces" the only occurence of a placeholder by a replacement.SourceHabitats.searchAllPlaces(String name, @Opt BiConsumer<String, Object[]> verbose, String... suffices) Service access point for searching all habitats for the given name of the resource, tested with all given suffixes.CliOrGui.selectOneInputFile(String title, boolean lenient, String[] args) Define the path of one input file.CliOrGui.selectOneInputFile(String title, CliOrGui.FileChooser fileChooser, boolean lenient, String[] args) Define the path of one input file.protected @Opt SourceHabitats.FoundSourceSourceHabitats.SourceHabitat.test_for_inputStream(String id, @Opt BiConsumer<String, Object[]> verbose, String[] suffices) Searches for the resource with the given name and one of the given suffices.protected @Opt SourceHabitats.FoundSourceSourceHabitats.SourceHabitat_file.test_idExt(String id, @Opt BiConsumer<String, Object[]> verbose, String ext) protected @Opt SourceHabitats.FoundSourceSourceHabitats.SourceHabitat_resource.test_idExt(String id, BiConsumer<String, Object[]> verbose, String ext) protected abstract @Opt SourceHabitats.FoundSourceSourceHabitats.SourceHabitat.test_idExt(String id, @Opt BiConsumer<String, Object[]> verbose, String ext) Searches for the resource with the given name and suffix.Method parameters in eu.bandm.tools.util.files with annotations of type OptModifier and TypeMethodDescriptionvoidSourceHabitats.appendNewHabitat(String s, @Opt String additionalErrorText) Service access point for adding a habitat to the end of the search list.protected @Opt SourceHabitats.SourceHabitatSourceHabitats.makeHabitat(String name, @Opt String additionalErrorText) Internal method to check whether the input toSourceHabitats.appendNewHabitat(String,String)is consistent.static TextInputFactory method.static StringFilenameUtils.replaceExtension(File f, @Opt String e) Replace the extension in the canonical path of a file by a different string value, or remove it completely.static StringFilenameUtils.replaceExtension(String fn, @Opt String e) Replace the extension by a different one, or remove it completely.SourceHabitats.searchAllPlaces(String name, @Opt BiConsumer<String, Object[]> verbose, String... suffices) Service access point for searching all habitats for the given name of the resource, tested with all given suffixes.protected @Opt SourceHabitats.FoundSourceSourceHabitats.SourceHabitat.test_for_inputStream(String id, @Opt BiConsumer<String, Object[]> verbose, String[] suffices) Searches for the resource with the given name and one of the given suffices.protected @Opt SourceHabitats.FoundSourceSourceHabitats.SourceHabitat_file.test_idExt(String id, @Opt BiConsumer<String, Object[]> verbose, String ext) protected abstract @Opt SourceHabitats.FoundSourceSourceHabitats.SourceHabitat.test_idExt(String id, @Opt BiConsumer<String, Object[]> verbose, String ext) Searches for the resource with the given name and suffix. -
Uses of Opt in eu.bandm.tools.util.http
Methods in eu.bandm.tools.util.http with annotations of type Opt -
Uses of Opt in eu.bandm.tools.util.java
Methods in eu.bandm.tools.util.java with annotations of type OptModifier and TypeMethodDescriptionIncrementalList.get(int i) IncrementalList.getLast()Returns the last element.Method parameters in eu.bandm.tools.util.java with annotations of type OptModifier and TypeMethodDescriptionReturns an extension of this list by a given element.static <T> voidIterables.forEachPair(Iterable<T> data, @Opt Consumer<T> first, BiConsumer<T, T> pairwise, @Opt Consumer<T> last) Performs the given action for all remaining pairs of adjacent elements delivered by the iterator, as well as for the first and last singleton, in order.static <T> voidIterables.forEachPair(Iterable<T> data, @Opt Consumer<T> first, BiConsumer<T, T> pairwise, @Opt Consumer<T> last) Performs the given action for all remaining pairs of adjacent elements delivered by the iterator, as well as for the first and last singleton, in order.static <D,E> E Objects.ifNullElse(D input, Supplier<E> nullCase, Function<D, E> notNull) Computes a value from an argument depending on whether it is null.static <T> StringStrings.iterableToString(@Opt String openDelim, Iterable<T> elements, String separator, @Opt String closeDelim) Convert an Iterable into a string representation by applyingObject.toString()to all elements and merging the results.static <T> StringStrings.iterableToString(@Opt String openDelim, Iterable<T> elements, String separator, @Opt String closeDelim) Convert an Iterable into a string representation by applyingObject.toString()to all elements and merging the results.static <T> StringStrings.iterableToString(@Opt String openDelim, Iterable<T> elements, Function<T, String> fun, String separator, @Opt String closeDelim) Convert an Iterable into a string representation by applying the given function to all elements and merging the results.static <T> StringStrings.iterableToString(@Opt String openDelim, Iterable<T> elements, Function<T, String> fun, String separator, @Opt String closeDelim) Convert an Iterable into a string representation by applying the given function to all elements and merging the results.static <A> IncrementalList<A> IncrementalList.of(A... elems) Returns a incremental list copy of the given array.static <A extends Comparable<? super A>>
Comparator<A> Comparators.orNatural(@Opt Comparator<A> c) Returns the given comparison function if not null, or one equivalent to the natural ordering otherwise.Returns a variant of this map where the given key is mapped to the given value.Constructor parameters in eu.bandm.tools.util.java with annotations of type OptModifierConstructorDescriptionProgressTracker(double resolution, @Opt DoubleConsumer hook) Creates a new tracker for a whole task. -
Uses of Opt in eu.bandm.tools.util.multi
Methods in eu.bandm.tools.util.multi with annotations of type OptModifier and TypeMethodDescriptionMultisets.compareInner(Multiset<A> left, Multiset<A> right, Set<A> dom) Auxiliary method to compare two multisets restricted to the given set of elements.Multisets.partialCompare(Multiset<A> left, Multiset<A> right) Compare two multisets, if possible.Constructor parameters in eu.bandm.tools.util.multi with annotations of type OptModifierConstructorDescriptionTreeMultiset(@Opt Comparator<? super A> comparator) Construct an empty set and use the given comparator. -
Uses of Opt in eu.bandm.tools.util.ui
Fields in eu.bandm.tools.util.ui with annotations of type OptMethods in eu.bandm.tools.util.ui with annotations of type OptModifier and TypeMethodDescriptionSwingForester.TreeProxy.getLabel()Return the optional label string.SwingForester.TreeProxy.getParent()Return the tree node one level above.SwingForester.growBranch(TreeNode parent, @Opt String label, Object x) Generate representation for one single object.Method parameters in eu.bandm.tools.util.ui with annotations of type OptModifier and TypeMethodDescriptionprotected voidAdd aSwingForester.Leafdisplaying one primitive field of an object.protected voidAdd aSwingForester.Leafdisplaying one primitive field of an object.protected voidAdd aSwingForester.Leafdisplaying one primitive field of an object.protected voidAdd aSwingForester.Leafdisplaying one primitive field of an object.protected voidAdd aSwingForester.TreeProxydisplaying an object.protected voidAdd aSwingForester.Leafdisplaying one primitive field of an object.protected voidAdd a specialized subclass ofSwingForester.LazyNodedisplaying a map.protected voidAdd a specialized subclass ofSwingForester.LazyNodedisplaying a multimap.protected voidAdd a specialized subclass ofSwingForester.LazyNodedisplaying a sequence.protected voidAdd a specialized subclass ofSwingForester.LazyNodedisplaying a set.static JFrameSwingBrowser.displayTree(JTree tree, String windowname, @Opt String buttonText, @Opt ActionListener buttonReaction, @Opt TreeSelectionListener selectionListener) Displays a treenode on a Java swing panel.static JFrameSwingBrowser.displayTree(JTree tree, String windowname, @Opt String buttonText, @Opt ActionListener buttonReaction, @Opt TreeSelectionListener selectionListener) Displays a treenode on a Java swing panel.static JFrameSwingBrowser.displayTree(JTree tree, String windowname, @Opt String buttonText, @Opt ActionListener buttonReaction, @Opt TreeSelectionListener selectionListener) Displays a treenode on a Java swing panel.static JFrameSwingBrowser.displayTree(TreeNode tn, String windowname, @Opt String buttonText, @Opt ActionListener buttonReaction, @Opt TreeSelectionListener selectionListener) Displays a treenode on a Java swing panel.static JFrameSwingBrowser.displayTree(TreeNode tn, String windowname, @Opt String buttonText, @Opt ActionListener buttonReaction, @Opt TreeSelectionListener selectionListener) Displays a treenode on a Java swing panel.static JFrameSwingBrowser.displayTree(TreeNode tn, String windowname, @Opt String buttonText, @Opt ActionListener buttonReaction, @Opt TreeSelectionListener selectionListener) Displays a treenode on a Java swing panel.SwingForester.growBranch(TreeNode parent, @Opt String label, Object x) Generate representation for one single object.Constructor parameters in eu.bandm.tools.util.ui with annotations of type OptModifierConstructorDescriptionprotectedOnly constructor.protectedOnly constructor.Only constructor.Only constructor.protectedOnly constructor.protectedOnly constructor. -
Uses of Opt in eu.bandm.tools.util.xml
Fields in eu.bandm.tools.util.xml with annotations of type OptModifier and TypeFieldDescriptionprotected @Opt XMLDocumentIdentifierContentPrinter.dtdDocIdSaxLocatorMapper.NO_PUB_ID_AVAILABLEEvidentContentPrinter.selectedEncodingMethods in eu.bandm.tools.util.xml with annotations of type OptModifier and TypeMethodDescriptionprotected static @Opt PreMessageAttributeValues._checkToken(@Opt String token, boolean mustBeName) Checks whether the argument fits the rules for Nmtoken, Name, and similars, in XML 1.0.static @Opt PreMessageAttributeValues.checkNameToken(@Opt String token) Check whether the argument is a legal value for a "Name" token, according to [XML 1.0].static @Opt PreMessageCheck whether the argument is a legal value for an attribute of type "NameTokens".static @Opt PreMessageAttributeValues.checkNCName(@Opt String token) Check whether the argument is a legal value for a "Name" token and does furthermore not contain a colon ":".static @Opt PreMessageAttributeValues.checkNmToken(@Opt String token) Check whether the argument is a legal value for "Nmtoken".static @Opt PreMessageCheck whether the argument is a legal value for an attribute of type "NmTokens".static @Opt PreMessageAttributeValues.checkPITarget(@Opt String token) Check whether the argument is a legal value for a "Name" token and does not start with the three characters "XML" in any combination of upper/lower case.static @Opt PreMessageAttributeValues.checkQName(@Opt String token) Check whether the argument is a legal value for a "QName".SAXEventQueue.getDocumentId()CHECK FIXME ist das wirklich "public" notwendig?SAX2DOMConverter.getDOMImplementation()Delivers the system-dependent factory which will deliver the dom object, as set explicitly by a call toSAX2DOMConverter.setDOMImplementation(org.w3c.dom.DOMImplementation).SAXEventQueue.getErrorHandler()Get the outgoing error handler.AttributeMap.remove(NamespaceName name) EvidentEvidentNamespaceName.validQName(String qname) Check for validity of a qualified name and split it into its two components.Method parameters in eu.bandm.tools.util.xml with annotations of type OptModifier and TypeMethodDescriptionprotected static @Opt PreMessageAttributeValues._checkToken(@Opt String token, boolean mustBeName) Checks whether the argument fits the rules for Nmtoken, Name, and similars, in XML 1.0.static @Opt PreMessageAttributeValues.checkNameToken(@Opt String token) Check whether the argument is a legal value for a "Name" token, according to [XML 1.0].static @Opt PreMessageCheck whether the argument is a legal value for an attribute of type "NameTokens".static @Opt PreMessageCheck whether the argument is a legal value for an attribute of type "NameTokens".static @Opt PreMessageAttributeValues.checkNCName(@Opt String token) Check whether the argument is a legal value for a "Name" token and does furthermore not contain a colon ":".static @Opt PreMessageAttributeValues.checkNmToken(@Opt String token) Check whether the argument is a legal value for "Nmtoken".static @Opt PreMessageCheck whether the argument is a legal value for an attribute of type "NmTokens".static @Opt PreMessageCheck whether the argument is a legal value for an attribute of type "NmTokens".static @Opt PreMessageAttributeValues.checkPITarget(@Opt String token) Check whether the argument is a legal value for a "Name" token and does not start with the three characters "XML" in any combination of upper/lower case.static @Opt PreMessageAttributeValues.checkQName(@Opt String token) Check whether the argument is a legal value for a "QName".<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.<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.static booleanXMLDocumentIdentifier.isValidPublicId(@Opt String publicId) Check if string is a valid public id.voidSAXEventQueue.setDocumentLocator(Locator locator) According to SAX documentation, this is called-back automatically by any standard XML parser when this ContentHandler is declared to it by its "setContentHandler()" method.voidSaxLocatorMapper.setDocumentLocator(@Opt Locator loc) Intercept the call of the SAX supplier, which declares the target of all location inquiry method invocations, and stores it locally.voidSAXEventQueue.setErrorHandler(ErrorHandler errorHandler) Set the outgoing error handler.Constructor parameters in eu.bandm.tools.util.xml with annotations of type OptModifierConstructorDescriptionContentPrinter(OutputStream out, @Opt String selectedEncoding) Deprecated, for removal: This API element is subject to removal in a future version.ContentPrinter(OutputStream out, @Opt String selectedEncoding, boolean pretty) Deprecated, for removal: This API element is subject to removal in a future version.ContentPrinter(OutputStream out, @Opt String selectedEncoding, boolean pretty, boolean noend) Creates a ContentPrinter which can omit all end tags.ContentPrinter(OutputStream out, @Opt String selectedEncoding, Set<NamespaceName> noindent) Creates a ContentPrinter which inserts indentation ONLY inside of elements which do not have mixed contents.SaxDumper(@Opt PrintStream out) Constructor which sets the target of the print output or takes System.err in case of null.XMLDocumentIdentifier(@Opt String publicId, String systemId) Create an instance with given systemId and publicId.XMLDocumentIdentifier(@Opt String publicId, URI systemId) Currently for convenience only, executes "systemId.toString()".XMLDocumentIdentifier(@Opt String publicId, URL systemId) Currently for convenience only, executes "systemId.toString()". -
Uses of Opt in eu.bandm.tools.xantlrtdom
Method parameters in eu.bandm.tools.xantlrtdom with annotations of type OptModifier and TypeMethodDescriptionstatic <T extends TypedDocument>
TTdomReader.parseXmlFile(InputSource inputSource, Class<T> documentClass, TypedDTD dtdInstance, @Opt EntityResolver resolver) static <T extends TypedDocument,E extends TypedExtension>
TTdomReader.parseXmlFile(InputSource inputSource, Class<T> documentClass, TypedDTD dtdInstance, @Opt EntityResolver resolver, Class<E> extClass, E ext) -
Uses of Opt in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base with annotations of type OptModifier and TypeFieldDescriptionfinal DTM.DtdResultContext.dtdprotected @Opt Location<XMLDocumentIdentifier> Rt.Definition.locationprotected @Opt NamespaceNameRt.TemplateEntry.modeprotected @Opt NamespaceNameRt.TemplatesByKind.modeprotected @Opt NamespaceNameRt.TemplatesByPrior.modeprotected @Opt Rt.TemplateEntryRt.TemplatesByKind.rootprotected @Opt Rt.TemplateEntryRt.TemplatesByKind.star_attprotected @Opt Rt.TemplateEntryRt.TemplatesByKind.star_elResultContext.tdom_package_namefinal DTD.DtdResultContext.x_dtdOriginal DTD, only needed for "WhitespaceIgnorer" in verbatimXML, seeApplication.feedTextToResult(Element,String).Methods in eu.bandm.tools.xslt.base with annotations of type OptModifier and TypeMethodDescriptionRt.Definition.get_location()Rt.TemplateEntry.get_mode()Rt.TemplatesByKind.get_mode()Rt.TemplatesByPrior.get_mode()Rt.TemplatesByKind.get_root()Rt.TemplatesByKind.get_star_att()Rt.TemplatesByKind.get_star_el()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.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.Application.singleResultElement()Method parameters in eu.bandm.tools.xslt.base with annotations of type OptModifier and TypeMethodDescriptionprotected NamespaceNameApplication.calculate_result_nsName(eu.bandm.tools.xslt.tdom.Element el, TypedAttribute attr_name, @Opt TypedAttribute attr_namespace, boolean isAttr) Calculates the Namespace name for the result object to be generated by xsl:element and xsl:attribute commands.
FIXME nine cases (name and namespace can INDEPENDENTLY have been found constant, erronuous or still to calcalute) are not yet completely communicated from Transformation to Application.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.TemplatesCache.getTemplates(@Opt Location<XMLDocumentIdentifier> callingLocation, URI sourceUri, @Opt ResultContext resultContext) Loads a set of xslt rules from the given file for the given result tdom into aTemplatesobject.TemplatesCache.getTemplates(@Opt Location<XMLDocumentIdentifier> callingLocation, URI sourceUri, @Opt ResultContext resultContext) Loads a set of xslt rules from the given file for the given result tdom into aTemplatesobject.TransformationCache.getTransformation(@Opt Location<XMLDocumentIdentifier> callingLocation, URI sourceUri, ResultContext resultContext, Function<NamespaceName, FunctionSignature> builtInFunctions, DTM.Dtd sourceDtm, Collection<DTM.Element> topSourceElements) Called from "Main" etc., central service access points for loading an XSLT source for a particular evaluation context.protected voidApplication.openResultFrame(@Opt NamespaceName constructor, @Opt Location<XMLDocumentIdentifier> loc) constructor == null when collecting variable contents.protected voidApplication.openResultFrame(@Opt NamespaceName constructor, @Opt Location<XMLDocumentIdentifier> loc) constructor == null when collecting variable contents.protected voidApplication.openResultFrame(@Opt NamespaceName constructor, @Opt Location<XMLDocumentIdentifier> loc, MultiTypeNodeList proto) constructor == null when collecting contents for variables, comments, processing instructions, paramters, etc.protected voidApplication.openResultFrame(@Opt NamespaceName constructor, @Opt Location<XMLDocumentIdentifier> loc, MultiTypeNodeList proto) constructor == null when collecting contents for variables, comments, processing instructions, paramters, etc.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.booleanRt.Definition.set_location(@Opt Location<XMLDocumentIdentifier> val) booleanRt.TemplateEntry.set_mode(@Opt NamespaceName val) booleanRt.TemplatesByKind.set_mode(@Opt NamespaceName val) booleanRt.TemplatesByPrior.set_mode(@Opt NamespaceName val) booleanRt.TemplatesByKind.set_root(@Opt Rt.TemplateEntry val) booleanRt.TemplatesByKind.set_star_att(@Opt Rt.TemplateEntry val) booleanRt.TemplatesByKind.set_star_el(@Opt Rt.TemplateEntry val) booleanTrace.test(Options.traceflag flag, NamespaceName nsname, @Opt Location loc) booleanbooleanConstructor parameters in eu.bandm.tools.xslt.base with annotations of type OptModifierConstructorDescriptionApplication(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, DocumentClient<N> documentClient, @Opt FunctionLibrary<N> allFuncs, Trace trace, Transformation transformation, N input, @Opt Map<NamespaceName, Value<N>> externalParameterValues) Application(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, DocumentClient<N> documentClient, @Opt FunctionLibrary<N> allFuncs, Trace trace, Transformation transformation, N input, @Opt Map<NamespaceName, Value<N>> externalParameterValues) Definition(NamespaceName name, @Opt Location<XMLDocumentIdentifier> location) TemplateEntry(eu.bandm.tools.xslt.tdom.Element_xsl_template template, TPathCache.PatternPart pattern, @Opt NamespaceName mode, double prior) TemplatesByKind(@Opt NamespaceName mode, double prior)
TunedDTDParser.parse(Reader,XMLDocumentIdentifier,URL,boolean,MessageReceiver)instead.