public class ImportItem extends SourceItem
Modifier and Type | Field and Description |
---|---|
protected String |
absolutePath
Generated by umod; model author's documentation MISSING.
|
static Function<ImportItem,String> |
get_absolutePath
Deprecated.
Use new '::' method reference instead.
|
static Function<ImportItem,CheckedMap_RD<String,Expression>> |
get_globalSubsts
Deprecated.
Use new '::' method reference instead.
|
static Function<ImportItem,Boolean> |
get_isgeneric
Deprecated.
Use new '::' method reference instead.
|
static Function<ImportItem,CheckedMap_RD<String,CheckedMap_RD<String,Expression>>> |
get_localSubsts
Deprecated.
Use new '::' method reference instead.
|
static Function<ImportItem,Module> |
get_resolved
Deprecated.
Use new '::' method reference instead.
|
static Function<ImportItem,String> |
get_targetURN
Deprecated.
Use new '::' method reference instead.
|
protected CheckedMap_RD<String,Expression> |
globalSubsts
Generated by umod; model author's documentation MISSING.
|
protected boolean |
isgeneric
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,CheckedMap_RD<String,Expression>> |
localSubsts
Generated by umod; model author's documentation MISSING.
|
protected Module |
resolved
Generated by umod; model author's documentation MISSING.
|
protected String |
targetURN
Generated by umod; model author's documentation MISSING.
|
context, docu, get_context, get_docu, get_location, get_name, location, name
format
Constructor and Description |
---|
ImportItem(SourceItem context,
String name,
Location<XMLDocumentIdentifier> location)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
ImportItem(String name,
Location<XMLDocumentIdentifier> location)
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey_globalSubsts(String key0)
Convenience un-Currying method.
|
boolean |
containsKey_localSubsts(String key0)
Convenience un-Currying method.
|
boolean |
containsKey_localSubsts(String key0,
String key1)
Convenience un-Currying method.
|
void |
descend_0_globalSubsts(MATCH_ONLY_00 visitor) |
void |
descend_0_localSubsts(MATCH_ONLY_00 visitor) |
void |
descend_globalSubsts(MATCH_ONLY_00 visitor) |
void |
descend_localSubsts(MATCH_ONLY_00 visitor) |
ImportItem |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
String |
get_absolutePath()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,Expression> |
get_globalSubsts()
Generated by umod; model author's documentation MISSING.
|
boolean |
get_isgeneric()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<String,CheckedMap_RD<String,Expression>> |
get_localSubsts()
Generated by umod; model author's documentation MISSING.
|
Module |
get_resolved()
Generated by umod; model author's documentation MISSING.
|
String |
get_targetURN()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
ImportItem |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
void |
put_globalSubsts(String key0,
Expression value)
Convenience un-Currying method.
|
void |
put_localSubsts(String key0,
CheckedMap_RD<String,Expression> value)
Convenience un-Currying method.
|
void |
put_localSubsts(String key0,
String key1,
Expression value)
Convenience un-Currying method.
|
boolean |
set_absolutePath(String val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_globalSubsts(CheckedMap_RD<String,Expression> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_isgeneric(boolean val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_localSubsts(CheckedMap_RD<String,CheckedMap_RD<String,Expression>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_resolved(Module val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_targetURN(String val)
Generated by umod; model author's documentation MISSING.
|
add_docu, containsKey_docu, descend_docu, fullPath, get_context, get_docu, get_location, get_name, put_docu, set_context, set_docu, set_location, set_name
protected String targetURN
get_targetURN()
,
set_targetURN(java.lang.String)
@Deprecated public static final Function<ImportItem,String> get_targetURN
protected String absolutePath
@Deprecated public static final Function<ImportItem,String> get_absolutePath
protected boolean isgeneric
get_isgeneric()
,
set_isgeneric(boolean)
@Deprecated public static final Function<ImportItem,Boolean> get_isgeneric
protected CheckedMap_RD<String,CheckedMap_RD<String,Expression>> localSubsts
CheckedMap_RD
<java.lang.String(never
null),CheckedMap_RD
<java.lang.String(never
null),Expression
(never null)>(never
null)>(never null)@Deprecated public static final Function<ImportItem,CheckedMap_RD<String,CheckedMap_RD<String,Expression>>> get_localSubsts
protected CheckedMap_RD<String,Expression> globalSubsts
CheckedMap_RD
<java.lang.String(never
null),Expression
(never null)>(never
null)@Deprecated public static final Function<ImportItem,CheckedMap_RD<String,Expression>> get_globalSubsts
protected Module resolved
Module
(maybe null)@Deprecated public static final Function<ImportItem,Module> get_resolved
public ImportItem(SourceItem context, String name, Location<XMLDocumentIdentifier> location)
context
- is copied to field SourceItem.context
name
- is copied to field SourceItem.name
location
- is copied to field SourceItem.location
public ImportItem(String name, Location<XMLDocumentIdentifier> location)
name
- is copied to field SourceItem.name
location
- is copied to field SourceItem.location
public ImportItem doclone()
Cloneable
is known to
be implemented.doclone
in class SourceItem
public static String getFormatHint()
'import' name 'from' targetURN
|2>localSubsts{'in' $from $to{'^('$to'/'
$from')'}[/]}[/]|2>globalSubsts{'^('$to '/' $from')'}[/]
public Format format()
format
in interface Formattable
format
in class SourceItem
public ImportItem initFrom(Object o0)
initFrom
in class SourceItem
public String get_targetURN()
public boolean set_targetURN(String val)
val
- the new value of type java.lang.String(maybe null)targetURN
public String get_absolutePath()
public boolean set_absolutePath(String val)
val
- the new value of type java.lang.String(maybe null)absolutePath
public boolean get_isgeneric()
public boolean set_isgeneric(boolean val)
val
- the new value of type boolean(never null)isgeneric
public CheckedMap_RD<String,CheckedMap_RD<String,Expression>> get_localSubsts()
CheckedMap_RD
<java.lang.String(never
null),CheckedMap_RD
<java.lang.String(never
null),Expression
(never null)>(never
null)>(never null)public boolean set_localSubsts(CheckedMap_RD<String,CheckedMap_RD<String,Expression>> val)
val
- the new value of type CheckedMap_RD
<java.lang.String(never
null),CheckedMap_RD
<java.lang.String(never
null),Expression
(never null)>(never
null)>(never null)localSubsts
public void put_localSubsts(String key0, CheckedMap_RD<String,Expression> value)
val
- the new value of type CheckedMap_RD
<java.lang.String(never
null),Expression
(never null)>(never
null)localSubsts
public void put_localSubsts(String key0, String key1, Expression value)
val
- the new value of type Expression
(never null)localSubsts
public boolean containsKey_localSubsts(String key0)
localSubsts
public boolean containsKey_localSubsts(String key0, String key1)
localSubsts
public void descend_localSubsts(MATCH_ONLY_00 visitor)
public void descend_0_localSubsts(MATCH_ONLY_00 visitor)
public CheckedMap_RD<String,Expression> get_globalSubsts()
CheckedMap_RD
<java.lang.String(never
null),Expression
(never null)>(never
null)public boolean set_globalSubsts(CheckedMap_RD<String,Expression> val)
val
- the new value of type CheckedMap_RD
<java.lang.String(never
null),Expression
(never null)>(never
null)globalSubsts
public void put_globalSubsts(String key0, Expression value)
val
- the new value of type Expression
(never null)globalSubsts
public boolean containsKey_globalSubsts(String key0)
globalSubsts
public void descend_globalSubsts(MATCH_ONLY_00 visitor)
public void descend_0_globalSubsts(MATCH_ONLY_00 visitor)
public Module get_resolved()
Module
(maybe null)public boolean set_resolved(Module val)
see also the complete user documentation .