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