Uses of Class
eu.bandm.tools.d2d2.model.CharsRegExp
Packages that use 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
Fields in eu.bandm.tools.d2d2.base declared as CharsRegExpModifier and TypeFieldDescription(package private) CharsRegExpCharParserPrepare.EliminateRecursion.currentDef(package private) CharsRegExpResolver4.ParseParticleGenerator.currentparserFields in eu.bandm.tools.d2d2.base with type parameters of type CharsRegExpModifier and TypeFieldDescription(package private) final Set<CharsRegExp> CharParserPrepare.allCharsRegExpMethods in eu.bandm.tools.d2d2.base with parameters of type CharsRegExpModifier and TypeMethodDescriptionvoidCharacterParser.action(CharsRegExp def) voidFirstCalculator.action(CharsRegExp def) No operation necessary.voidNavigate.CharSetCalc.action(CharsRegExp x) Visit the defined expressions.voidNavigate.LocalReferenceNormalizer.action(CharsRegExp x) Chars Reg Exp do not have local defs.voidResolver4.ParseParticleGenerator.action(CharsRegExp def) voidSyntaxGraph.Layouter.action(CharsRegExp def) voidUserdocInstantiated.UsedIn_Collector.action(CharsRegExp def) voidXsltInstance.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
Fields in eu.bandm.tools.d2d2.model declared as CharsRegExpModifier and TypeFieldDescriptionprotected CharsRegExpParseParticle.collectorGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.model with type parameters of type CharsRegExpModifier and TypeFieldDescriptionstatic final Function<ParseParticle, CharsRegExp> ParseParticle.get_collectorDeprecated.Use new '::' method reference instead.static final Function<CharsRegExp, Expression> CharsRegExp.get_dataContentModelDeprecated.Use new '::' method reference instead.static final Function<CharsRegExp, Boolean> CharsRegExp.get_isDistributedDeprecated.Use new '::' method reference instead.static final Function<CharsRegExp, Expression> CharsRegExp.get_linearContentModelDeprecated.Use new '::' method reference instead.static final Function<CharsRegExp, Boolean> CharsRegExp.get_storeAsDataDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.model that return CharsRegExpModifier 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()Methods in eu.bandm.tools.d2d2.model that return types with arguments of type CharsRegExpModifier 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) Methods in eu.bandm.tools.d2d2.model with parameters of type CharsRegExpModifier and TypeMethodDescriptionprotected void__Formatter.action(CharsRegExp el) void__SAX_Writer.action(CharsRegExp e0) protected voidCoRewrite.action(CharsRegExp e0) protected voidDump.action(CharsRegExp e0) protected voidMATCH_ONLY_00.action(CharsRegExp e0) protected voidMatch.action(CharsRegExp e0) protected voidRewrite.action(CharsRegExp e0) protected voidSinglePhase.action(CharsRegExp e0) protected voidDump.descend(CharsRegExp e0) protected voidMatch.descend(CharsRegExp e0) void__SAX_Writer.dumpfields(CharsRegExp e0) void__SAX_Parser.XMLPARSER_CharsRegExp.fillFields(CharsRegExp newobj) voidMATCH_ONLY_00.match(CharsRegExp e0) void__SAX_Parser.XMLPARSER_CharsRegExp.parsefields(CharsRegExp newobj) protected voidMatch.post(CharsRegExp e0) protected voidMatch.pre(CharsRegExp e0) protected voidDump.printscalars(CharsRegExp e0) protected voidCoRewrite.rewriteFields(CharsRegExp clone) protected voidRewrite.rewriteFields(CharsRegExp clone) booleanParseParticle.set_collector(CharsRegExp val) Generated by umod; model author's documentation MISSING.protected Format__Formatter.toFormat(CharsRegExp el) Method parameters in eu.bandm.tools.d2d2.model with type arguments of type CharsRegExpModifier 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. -
Uses of CharsRegExp in eu.bandm.tools.d2d2.parser2
Methods in eu.bandm.tools.d2d2.parser2 with parameters of type CharsRegExp