Uses of Class
eu.bandm.tools.d2d2.model.ImportItem
Packages that use ImportItem
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.
Umod main model class: This is a model for the
results of d2d text parsing.
-
Uses of ImportItem in eu.bandm.tools.d2d2.base
Fields in eu.bandm.tools.d2d2.base declared as ImportItemMethods in eu.bandm.tools.d2d2.base with parameters of type ImportItemModifier and TypeMethodDescriptionvoidCharacterParser.action(ImportItem def) (package private) Element_aUserdoc.anchor(ImportItem x) static StringNavigate.expandModulePath(ImportItem item) Deliver the absolute path name for a module which is given by a reference to a module name from some nested scope.(package private) Element_aUserdoc.jump(ImportItem x, Element_a.Content... contents) (package private) ImportContextResolver4.newImportContext(@Opt ImportContext predec, ImportItem importItem, String moduleAddress, Module rawModule, String key) -
Uses of ImportItem in eu.bandm.tools.d2d2.model
Fields in eu.bandm.tools.d2d2.model with type parameters of type ImportItemModifier and TypeFieldDescriptionstatic final Function<ImportItem, String> ImportItem.get_absolutePathDeprecated.Use new '::' method reference instead.static final Function<ImportItem, CheckedMap_RD<String, Expression>> ImportItem.get_globalSubstsDeprecated.Use new '::' method reference instead.static final Function<Module, CheckedMap_RD<String, ImportItem>> Module.get_importsDeprecated.Use new '::' method reference instead.static final Function<ImportItem, Boolean> ImportItem.get_isgenericDeprecated.Use new '::' method reference instead.static final Function<ImportItem, CheckedMap_RD<String, CheckedMap_RD<String, Expression>>> ImportItem.get_localSubstsDeprecated.Use new '::' method reference instead.static final Function<ImportItem, String> ImportItem.get_targetURNDeprecated.Use new '::' method reference instead.protected CheckedMap_RD<String, ImportItem> Module.importsGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.model that return ImportItemModifier and TypeMethodDescriptionImportItem.doclone()Clones this object.__SAX_Parser.fill_ImportItem(Object res) Copies values of all common fields from the argument.__SAX_Parser.matchSAX_ImportItem()Methods in eu.bandm.tools.d2d2.model that return types with arguments of type ImportItemModifier and TypeMethodDescriptionstatic Pattern<ImportItem> ImportItem.get_absolutePath(Pattern<? super String> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<ImportItem> ImportItem.get_globalSubsts(Pattern<? super CheckedMap_RD<String, Expression>> p) Lifts a pattern which matches the field value to one which matches this whole object.Module.get_imports()Generated by umod; model author's documentation MISSING.static Pattern<ImportItem> ImportItem.get_isgeneric(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<ImportItem> ImportItem.get_localSubsts(Pattern<? super CheckedMap_RD<String, CheckedMap_RD<String, Expression>>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<ImportItem> ImportItem.get_targetURN(Pattern<? super String> p) Lifts a pattern which matches the field value to one which matches this whole object.protected CheckedMap_RD<String, ImportItem> __SAX_Parser.parse_3()static Pattern<ImportItem> __Patterns.term_ImportItem(Pattern<? super SourceItem> superpattern, Pattern<? super String> p_targetURN, Pattern<? super String> p_absolutePath, Pattern<? super Boolean> p_isgeneric, Pattern<? super CheckedMap_RD<String, CheckedMap_RD<String, Expression>>> p_localSubsts, Pattern<? super CheckedMap_RD<String, Expression>> p_globalSubsts) Methods in eu.bandm.tools.d2d2.model with parameters of type ImportItemModifier and TypeMethodDescriptionprotected void__Formatter.action(ImportItem el) void__SAX_Writer.action(ImportItem e0) protected voidCoRewrite.action(ImportItem e0) protected voidDump.action(ImportItem e0) protected voidMATCH_ONLY_00.action(ImportItem e0) protected voidMatch.action(ImportItem e0) protected voidRewrite.action(ImportItem e0) protected voidSinglePhase.action(ImportItem e0) protected voidDump.descend(ImportItem e0) protected voidMatch.descend(ImportItem e0) void__SAX_Writer.dumpfields(ImportItem e0) void__SAX_Parser.XMLPARSER_ImportItem.fillFields(ImportItem newobj) voidCoRewrite.follow_globalSubsts(ImportItem element) voidDump.follow_globalSubsts(ImportItem element) voidMatch.follow_globalSubsts(ImportItem element) voidRewrite.follow_globalSubsts(ImportItem element) voidSinglePhase.follow_globalSubsts(ImportItem element) voidCoRewrite.follow_localSubsts(ImportItem element) voidDump.follow_localSubsts(ImportItem element) voidMatch.follow_localSubsts(ImportItem element) voidRewrite.follow_localSubsts(ImportItem element) voidSinglePhase.follow_localSubsts(ImportItem element) voidMATCH_ONLY_00.followAll_globalSubsts(ImportItem element) voidMATCH_ONLY_00.followAll_localSubsts(ImportItem element) voidMATCH_ONLY_00.match(ImportItem e0) void__SAX_Parser.XMLPARSER_ImportItem.parsefields(ImportItem newobj) protected voidMatch.post(ImportItem e0) protected voidMatch.pre(ImportItem e0) protected voidDump.printscalars(ImportItem e0) voidModule.put_imports(String key0, ImportItem value) Convenience un-Currying method.protected voidCoRewrite.rewriteFields(ImportItem clone) protected voidRewrite.rewriteFields(ImportItem clone) protected Format__Formatter.toFormat(ImportItem el) Method parameters in eu.bandm.tools.d2d2.model with type arguments of type ImportItemModifier and TypeMethodDescription__Patterns.cast_ImportItem(Pattern<? super ImportItem> p) Module.get_imports(Pattern<? super CheckedMap_RD<String, ImportItem>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanModule.set_imports(CheckedMap_RD<String, ImportItem> val) Generated by umod; model author's documentation MISSING. -
Uses of ImportItem in eu.bandm.tools.d2d2.parser2
Methods in eu.bandm.tools.d2d2.parser2 with parameters of type ImportItem -
Uses of ImportItem in eu.bandm.tools.d2d2.rt
Fields in eu.bandm.tools.d2d2.rt declared as ImportItemModifier and TypeFieldDescriptionprotected ImportItemImportContext.importItemGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.rt with type parameters of type ImportItemModifier and TypeFieldDescriptionstatic final Function<ImportContext, ImportItem> ImportContext.get_importItemDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.rt that return ImportItemModifier and TypeMethodDescriptionImportContext.get_importItem()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.rt with parameters of type ImportItemModifier and TypeMethodDescriptionprotected voidMATCH_ONLY_00.action(ImportItem e0) booleanImportContext.set_importItem(ImportItem val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.rt with type arguments of type ImportItemModifier and TypeMethodDescriptionstatic Pattern<ImportContext> ImportContext.get_importItem(Pattern<? super ImportItem> p) Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.d2d2.rt with parameters of type ImportItemModifierConstructorDescriptionImportContext(ImportItem importItem, String moduleAddress, Module rawModule, String key, int level) Synthetic minimal constructor provided by the umod compiler.ImportContext(ImportContext predec, ImportItem importItem, String moduleAddress, Module rawModule, String key, int level) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".