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