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_forcing
get_location, location
format
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_forcing
get_location, set_location
protected 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.Expr
public Format format()
format
in interface Formattable
format
in class TPath.Expr
public TPath.UnaryExpr initFrom(Object o0)
initFrom
in class TPath.Expr
public TPath.Expr get_arg()
public boolean set_arg(TPath.Expr val)
see also the complete user documentation .