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_forcing
get_location, location
format
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_forcing
get_location, set_location
protected String text
@Deprecated public static final Function<TPath.Literal,String> get_text
public Literal(String text)
public TPath.Literal doclone()
doclone
in class TPath.ValueExpr
public static String getFormatHint()
'"'text'"'
public Format format()
format
in interface Formattable
format
in class TPath.ValueExpr
public TPath.Literal initFrom(Object o0)
initFrom
in class TPath.ValueExpr
public String get_text()
public boolean set_text(String val)
see also the complete user documentation .