Uses of Class
eu.bandm.tools.d2d2.model.CharsRegExp
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Umod main model class: This is the internal
model for the d2d text type definitions.
-
Uses of CharsRegExp in eu.bandm.tools.d2d2.base
Modifier and TypeFieldDescription(package private) CharsRegExp
CharParserPrepare.EliminateRecursion.currentDef
(package private) CharsRegExp
Resolver4.ParseParticleGenerator.currentparser
Modifier and TypeFieldDescription(package private) final Set<CharsRegExp>
CharParserPrepare.allCharsRegExp
Modifier and TypeMethodDescriptionvoid
CharacterParser.action
(CharsRegExp def) void
FirstCalculator.action
(CharsRegExp def) No operation necessary.void
Navigate.CharSetCalc.action
(CharsRegExp x) Visit the defined expressions.void
Navigate.LocalReferenceNormalizer.action
(CharsRegExp x) Chars Reg Exp do not have local defs.void
Resolver4.ParseParticleGenerator.action
(CharsRegExp def) void
SyntaxGraph.Layouter.action
(CharsRegExp def) void
UserdocInstantiated.UsedIn_Collector.action
(CharsRegExp def) void
XsltInstance.CollectAllElements.action
(CharsRegExp t) CharacterParser.parse
(MemScanner<String> scanner, CharsRegExp parser, ResultingStructure result) Central executive method.CharParserPrepare.EliminateRecursion.translate
(CharsRegExp currentDef) Descends given char parser expression and collects a single RegExp which represents the "bucket hull". -
Uses of CharsRegExp in eu.bandm.tools.d2d2.model
Modifier and TypeFieldDescriptionprotected CharsRegExp
ParseParticle.collector
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionstatic final Function<ParseParticle,
CharsRegExp> ParseParticle.get_collector
Deprecated.Use new '::' method reference instead.static final Function<CharsRegExp,
Expression> CharsRegExp.get_dataContentModel
Deprecated.Use new '::' method reference instead.static final Function<CharsRegExp,
Boolean> CharsRegExp.get_isDistributed
Deprecated.Use new '::' method reference instead.static final Function<CharsRegExp,
Expression> CharsRegExp.get_linearContentModel
Deprecated.Use new '::' method reference instead.static final Function<CharsRegExp,
Boolean> CharsRegExp.get_storeAsData
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionCharsRegExp.doclone()
Clones this object.__SAX_Parser.fill_CharsRegExp
(Object res) ParseParticle.get_collector()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.__SAX_Parser.matchSAX_CharsRegExp()
Modifier and TypeMethodDescriptionstatic Pattern<CharsRegExp>
CharsRegExp.get_dataContentModel
(Pattern<? super Expression> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<CharsRegExp>
CharsRegExp.get_isDistributed
(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<CharsRegExp>
CharsRegExp.get_linearContentModel
(Pattern<? super Expression> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<CharsRegExp>
CharsRegExp.get_storeAsData
(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<CharsRegExp>
__Patterns.term_CharsRegExp
(Pattern<? super XRegExp> superpattern, Pattern<? super Boolean> p_isDistributed, Pattern<? super Boolean> p_storeAsData, Pattern<? super Expression> p_linearContentModel, Pattern<? super Expression> p_dataContentModel) Modifier and TypeMethodDescriptionprotected void
__Formatter.action
(CharsRegExp el) void
__SAX_Writer.action
(CharsRegExp e0) protected void
CoRewrite.action
(CharsRegExp e0) protected void
Dump.action
(CharsRegExp e0) protected void
MATCH_ONLY_00.action
(CharsRegExp e0) protected void
Match.action
(CharsRegExp e0) protected void
Rewrite.action
(CharsRegExp e0) protected void
SinglePhase.action
(CharsRegExp e0) protected void
Dump.descend
(CharsRegExp e0) protected void
Match.descend
(CharsRegExp e0) void
__SAX_Writer.dumpfields
(CharsRegExp e0) void
__SAX_Parser.XMLPARSER_CharsRegExp.fillFields
(CharsRegExp newobj) void
MATCH_ONLY_00.match
(CharsRegExp e0) void
__SAX_Parser.XMLPARSER_CharsRegExp.parsefields
(CharsRegExp newobj) protected void
Match.post
(CharsRegExp e0) protected void
Match.pre
(CharsRegExp e0) protected void
Dump.printscalars
(CharsRegExp e0) protected void
CoRewrite.rewriteFields
(CharsRegExp clone) protected void
Rewrite.rewriteFields
(CharsRegExp clone) boolean
ParseParticle.set_collector
(CharsRegExp val) Generated by umod; model author's documentation MISSING.protected Format
__Formatter.toFormat
(CharsRegExp el) Modifier and TypeMethodDescription__Patterns.cast_CharsRegExp
(Pattern<? super CharsRegExp> p) static Pattern<ParseParticle>
ParseParticle.get_collector
(Pattern<? super CharsRegExp> p) Lifts a pattern which matches the field value to one which matches this whole object.