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