public static class TPath.Literal extends TPath.ValueExpr
| Modifier and Type | Field and Description |
|---|---|
static Function<TPath.Literal,String> |
get_text
Deprecated.
Use new '::' method reference instead.
|
protected String |
text |
forced, forcing, get_forced, get_forcingget_location, locationformat| Modifier and Type | Method and Description |
|---|---|
TPath.Literal |
doclone() |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
String |
get_text() |
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
TPath.Literal |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_text(String val) |
get_forced, get_forcing, set_forced, set_forcingget_location, set_locationprotected String text
@Deprecated public static final Function<TPath.Literal,String> get_text
public Literal(String text)
public TPath.Literal doclone()
doclone in class TPath.ValueExprpublic static String getFormatHint()
'"'text'"' public Format format()
format in interface Formattableformat in class TPath.ValueExprpublic TPath.Literal initFrom(Object o0)
initFrom in class TPath.ValueExprpublic String get_text()
public boolean set_text(String val)
see also the complete user documentation .