Uses of Class
eu.bandm.tools.d2d2.model.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
Modifier and TypeMethodDescriptionvoid
CharacterParser.action
(ImportItem def) (package private) Element_a
Userdoc.anchor
(ImportItem x) static String
Navigate.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_a
Userdoc.jump
(ImportItem x, Element_a.Content... contents) (package private) ImportContext
Resolver4.newImportContext
(@Opt ImportContext predec, ImportItem importItem, String moduleAddress, Module rawModule, String key) -
Uses of ImportItem in eu.bandm.tools.d2d2.model
Modifier and TypeFieldDescriptionstatic final Function<ImportItem,
String> ImportItem.get_absolutePath
Deprecated.Use new '::' method reference instead.static final Function<ImportItem,
CheckedMap_RD<String, Expression>> ImportItem.get_globalSubsts
Deprecated.Use new '::' method reference instead.static final Function<Module,
CheckedMap_RD<String, ImportItem>> Module.get_imports
Deprecated.Use new '::' method reference instead.static final Function<ImportItem,
Boolean> ImportItem.get_isgeneric
Deprecated.Use new '::' method reference instead.static final Function<ImportItem,
CheckedMap_RD<String, CheckedMap_RD<String, Expression>>> ImportItem.get_localSubsts
Deprecated.Use new '::' method reference instead.static final Function<ImportItem,
String> ImportItem.get_targetURN
Deprecated.Use new '::' method reference instead.protected CheckedMap_RD<String,
ImportItem> Module.imports
Generated by umod; model author's documentation MISSING.Modifier 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()
Modifier 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) Modifier and TypeMethodDescriptionprotected void
__Formatter.action
(ImportItem el) void
__SAX_Writer.action
(ImportItem e0) protected void
CoRewrite.action
(ImportItem e0) protected void
Dump.action
(ImportItem e0) protected void
MATCH_ONLY_00.action
(ImportItem e0) protected void
Match.action
(ImportItem e0) protected void
Rewrite.action
(ImportItem e0) protected void
SinglePhase.action
(ImportItem e0) protected void
Dump.descend
(ImportItem e0) protected void
Match.descend
(ImportItem e0) void
__SAX_Writer.dumpfields
(ImportItem e0) void
__SAX_Parser.XMLPARSER_ImportItem.fillFields
(ImportItem newobj) void
CoRewrite.follow_globalSubsts
(ImportItem element) void
Dump.follow_globalSubsts
(ImportItem element) void
Match.follow_globalSubsts
(ImportItem element) void
Rewrite.follow_globalSubsts
(ImportItem element) void
SinglePhase.follow_globalSubsts
(ImportItem element) void
CoRewrite.follow_localSubsts
(ImportItem element) void
Dump.follow_localSubsts
(ImportItem element) void
Match.follow_localSubsts
(ImportItem element) void
Rewrite.follow_localSubsts
(ImportItem element) void
SinglePhase.follow_localSubsts
(ImportItem element) void
MATCH_ONLY_00.followAll_globalSubsts
(ImportItem element) void
MATCH_ONLY_00.followAll_localSubsts
(ImportItem element) void
MATCH_ONLY_00.match
(ImportItem e0) void
__SAX_Parser.XMLPARSER_ImportItem.parsefields
(ImportItem newobj) protected void
Match.post
(ImportItem e0) protected void
Match.pre
(ImportItem e0) protected void
Dump.printscalars
(ImportItem e0) void
Module.put_imports
(String key0, ImportItem value) Convenience un-Currying method.protected void
CoRewrite.rewriteFields
(ImportItem clone) protected void
Rewrite.rewriteFields
(ImportItem clone) protected Format
__Formatter.toFormat
(ImportItem el) Modifier 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.boolean
Module.set_imports
(CheckedMap_RD<String, ImportItem> val) Generated by umod; model author's documentation MISSING. -
Uses of ImportItem in eu.bandm.tools.d2d2.rt
Modifier and TypeFieldDescriptionprotected ImportItem
ImportContext.importItem
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionstatic final Function<ImportContext,
ImportItem> ImportContext.get_importItem
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionImportContext.get_importItem()
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionprotected void
MATCH_ONLY_00.action
(ImportItem e0) boolean
ImportContext.set_importItem
(ImportItem val) Generated by umod; model author's documentation MISSING.Modifier 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.ModifierConstructorDescriptionImportContext
(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/..".