public class CharsRegExp extends XRegExp
Modifier and Type | Field and Description |
---|---|
protected Expression |
dataContentModel
Generated by umod; model author's documentation MISSING.
|
static Function<CharsRegExp,Expression> |
get_dataContentModel
Deprecated.
Use new '::' method reference instead.
|
static Function<CharsRegExp,Boolean> |
get_isDistributed
Deprecated.
Use new '::' method reference instead.
|
static Function<CharsRegExp,Expression> |
get_linearContentModel
Deprecated.
Use new '::' method reference instead.
|
static Function<CharsRegExp,Boolean> |
get_storeAsData
Deprecated.
Use new '::' method reference instead.
|
protected boolean |
isDistributed
Generated by umod; model author's documentation MISSING.
|
protected Expression |
linearContentModel
Generated by umod; model author's documentation MISSING.
|
protected boolean |
storeAsData
Generated by umod; model author's documentation MISSING.
|
attributes, get_attributes, get_value, value
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 |
---|
CharsRegExp(SourceItem context,
String name,
Location<XMLDocumentIdentifier> location,
Expression value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
CharsRegExp(String name,
Location<XMLDocumentIdentifier> location,
Expression value)
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
CharsRegExp |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
Expression |
get_dataContentModel()
Generated by umod; model author's documentation MISSING.
|
boolean |
get_isDistributed()
Generated by umod; model author's documentation MISSING.
|
Expression |
get_linearContentModel()
Generated by umod; model author's documentation MISSING.
|
boolean |
get_storeAsData()
Generated by umod; model author's documentation MISSING.
|
CharsRegExp |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_dataContentModel(Expression val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_isDistributed(boolean val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_linearContentModel(Expression val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_storeAsData(boolean val)
Generated by umod; model author's documentation MISSING.
|
descend_attributes, get_attributes, get_value, getFormatHint, set_attributes, set_value
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 boolean isDistributed
get_isDistributed()
,
set_isDistributed(boolean)
@Deprecated public static final Function<CharsRegExp,Boolean> get_isDistributed
protected boolean storeAsData
get_storeAsData()
,
set_storeAsData(boolean)
@Deprecated public static final Function<CharsRegExp,Boolean> get_storeAsData
protected Expression linearContentModel
Expression
(maybe null)@Deprecated public static final Function<CharsRegExp,Expression> get_linearContentModel
protected Expression dataContentModel
Expression
(maybe null)@Deprecated public static final Function<CharsRegExp,Expression> get_dataContentModel
public CharsRegExp(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 XRegExp.value
public CharsRegExp(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 XRegExp.value
public CharsRegExp doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
format
in class XRegExp
public CharsRegExp initFrom(Object o0)
public boolean get_isDistributed()
public boolean set_isDistributed(boolean val)
val
- the new value of type boolean(never null)isDistributed
public boolean get_storeAsData()
public boolean set_storeAsData(boolean val)
val
- the new value of type boolean(never null)storeAsData
public Expression get_linearContentModel()
Expression
(maybe
null)public boolean set_linearContentModel(Expression val)
val
- the new value of type Expression
(maybe null)linearContentModel
public Expression get_dataContentModel()
Expression
(maybe
null)public boolean set_dataContentModel(Expression val)
val
- the new value of type Expression
(maybe null)dataContentModel
see also the complete user documentation .