public class XRegExp extends Definition
Modifier and Type | Field and Description |
---|---|
protected CheckedSet<Definition> |
attributes
Generated by umod; model author's documentation MISSING.
|
static Function<XRegExp,CheckedSet<Definition>> |
get_attributes
Deprecated.
Use new '::' method reference instead.
|
static Function<XRegExp,Expression> |
get_value
Deprecated.
Use new '::' method reference instead.
|
protected Expression |
value
Generated by umod; model author's documentation MISSING.
|
editpragmas, get_editpragmas, get_isgeneric, get_ispublic, get_postproc, get_xml_kind, get_xml_src_tag, get_xml_tag, get_xml_trimmed, get_xml_value, isgeneric, ispublic, postproc, xml_kind, xml_src_tag, xml_tag, xml_trimmed, xml_value
context, docu, get_context, get_docu, get_location, get_name, location, name
format
Constructor and Description |
---|
XRegExp(SourceItem context,
String name,
Location<XMLDocumentIdentifier> location,
Expression value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
XRegExp(String name,
Location<XMLDocumentIdentifier> location,
Expression value)
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
void |
descend_attributes(MATCH_ONLY_00 visitor) |
XRegExp |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
CheckedSet<Definition> |
get_attributes()
Generated by umod; model author's documentation MISSING.
|
Expression |
get_value()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
XRegExp |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_attributes(CheckedSet<Definition> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_value(Expression val)
Generated by umod; model author's documentation MISSING.
|
get_editpragmas, get_isgeneric, get_ispublic, get_postproc, get_xml_kind, get_xml_src_tag, get_xml_tag, get_xml_trimmed, get_xml_value, set_editpragmas, set_isgeneric, set_ispublic, set_postproc, set_xml_kind, set_xml_src_tag, set_xml_tag, set_xml_trimmed, set_xml_value
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 Expression value
Expression
(never null)@Deprecated public static final Function<XRegExp,Expression> get_value
protected CheckedSet<Definition> attributes
CheckedSet
<Definition
(never
null)>(maybe null)@Deprecated public static final Function<XRegExp,CheckedSet<Definition>> get_attributes
public XRegExp(SourceItem context, String name, Location<XMLDocumentIdentifier> location, Expression value)
context
- is copied to field SourceItem.context
name
- is copied to field SourceItem.name
location
- is copied to field SourceItem.location
value
- is copied to field value
public XRegExp(String name, Location<XMLDocumentIdentifier> location, Expression value)
name
- is copied to field SourceItem.name
location
- is copied to field SourceItem.location
value
- is copied to field value
public XRegExp doclone()
Cloneable
is known to
be implemented.doclone
in class Definition
public static String getFormatHint()
$JAVA result =
AuxFormat.xRegExpToFormat(el);
public Format format()
format
in interface Formattable
format
in class Definition
public XRegExp initFrom(Object o0)
initFrom
in class Definition
public Expression get_value()
Expression
(never
null)public boolean set_value(Expression val)
val
- the new value of type Expression
(never null)value
public CheckedSet<Definition> get_attributes()
CheckedSet
<Definition
(never
null)>(maybe null)public boolean set_attributes(CheckedSet<Definition> val)
val
- the new value of type CheckedSet
<Definition
(never
null)>(maybe null)attributes
public void descend_attributes(MATCH_ONLY_00 visitor)
see also the complete user documentation .