public class StringConst extends Expression
Modifier and Type | Field and Description |
---|---|
static Function<StringConst,String> |
get_value
Deprecated.
Use new '::' method reference instead.
|
protected String |
value
Generated by umod; model author's documentation MISSING.
|
canProduceEpsilon, EMPTY, firsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, NONE, PCDATA, weakfirsts
get_location, location
format
Constructor and Description |
---|
StringConst(Location<XMLDocumentIdentifier> location,
String value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
StringConst(String value)
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
StringConst |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
String |
get_value()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
StringConst |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_value(String val)
Generated by umod; model author's documentation MISSING.
|
descend_firsts, descend_weakfirsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, set_canProduceEpsilon, set_firsts, set_weakfirsts
get_location, set_location
protected String value
get_value()
,
set_value(java.lang.String)
@Deprecated public static final Function<StringConst,String> get_value
public StringConst(Location<XMLDocumentIdentifier> location, String value)
location
- is copied to field Expr0.location
value
- is copied to field value
public StringConst doclone()
Cloneable
is known to
be implemented.doclone
in class Expression
public static String getFormatHint()
'"'value'"'
public Format format()
format
in interface Formattable
format
in class Expression
public StringConst initFrom(Object o0)
initFrom
in class Expression
public String get_value()
public boolean set_value(String val)
val
- the new value of type java.lang.String(never null)value
see also the complete user documentation .