Uses of Class
eu.bandm.tools.umod.runtime.CheckedMap_D
Package
Description
Umod main model class: This is a model for the
results of d2d text parsing.
-
Uses of CheckedMap_D in eu.bandm.tools.d2d2.rt
Modifier and TypeFieldDescriptionprotected CheckedMap_D<String,
ImportContext> ImportContext.subs
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionstatic final Function<ImportContext,
CheckedMap_D<String, ImportContext>> ImportContext.get_subs
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionImportContext.get_subs()
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionboolean
ImportContext.set_subs
(CheckedMap_D<String, ImportContext> val) Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionstatic Pattern<ImportContext>
ImportContext.get_subs
(Pattern<? super CheckedMap_D<String, ImportContext>> p) Lifts a pattern which matches the field value to one which matches this whole object.