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, weakfirstsget_location, locationformat| 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_weakfirstsget_location, set_locationprotected 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.locationvalue - is copied to field valuepublic StringConst doclone()
Cloneable is known to
be implemented.doclone in class Expressionpublic static String getFormatHint()
'"'value'"' public Format format()
format in interface Formattableformat in class Expressionpublic StringConst initFrom(Object o0)
initFrom in class Expressionpublic String get_value()
public boolean set_value(String val)
val - the new value of type java.lang.String(never null)valuesee also the complete user documentation .