public abstract static class TPath.UnaryExpr extends TPath.Expr
| Modifier and Type | Field and Description |
|---|---|
protected TPath.Expr |
arg |
static Function<TPath.UnaryExpr,TPath.Expr> |
get_arg
Deprecated.
Use new '::' method reference instead.
|
forced, forcing, get_forced, get_forcingget_location, locationformat| Constructor and Description |
|---|
UnaryExpr(TPath.Expr arg) |
| Modifier and Type | Method and Description |
|---|---|
TPath.UnaryExpr |
doclone() |
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
TPath.Expr |
get_arg() |
TPath.UnaryExpr |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_arg(TPath.Expr val) |
get_forced, get_forcing, set_forced, set_forcingget_location, set_locationprotected TPath.Expr arg
@Deprecated public static final Function<TPath.UnaryExpr,TPath.Expr> get_arg
public UnaryExpr(TPath.Expr arg)
public TPath.UnaryExpr doclone()
doclone in class TPath.Exprpublic Format format()
format in interface Formattableformat in class TPath.Exprpublic TPath.UnaryExpr initFrom(Object o0)
initFrom in class TPath.Exprpublic TPath.Expr get_arg()
public boolean set_arg(TPath.Expr val)
see also the complete user documentation .