public abstract static class TPath.BinaryExpr extends TPath.Expr
Modifier and Type | Field and Description |
---|---|
static Function<TPath.BinaryExpr,TPath.Expr> |
get_left
Deprecated.
Use new '::' method reference instead.
|
static Function<TPath.BinaryExpr,TPath.Expr> |
get_right
Deprecated.
Use new '::' method reference instead.
|
protected TPath.Expr |
left |
protected TPath.Expr |
right |
forced, forcing, get_forced, get_forcing
get_location, location
format
Constructor and Description |
---|
BinaryExpr(TPath.Expr left,
TPath.Expr right) |
Modifier and Type | Method and Description |
---|---|
TPath.BinaryExpr |
doclone() |
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
TPath.Expr |
get_left() |
TPath.Expr |
get_right() |
TPath.BinaryExpr |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_left(TPath.Expr val) |
boolean |
set_right(TPath.Expr val) |
get_forced, get_forcing, set_forced, set_forcing
get_location, set_location
protected TPath.Expr left
@Deprecated public static final Function<TPath.BinaryExpr,TPath.Expr> get_left
protected TPath.Expr right
@Deprecated public static final Function<TPath.BinaryExpr,TPath.Expr> get_right
public BinaryExpr(TPath.Expr left, TPath.Expr right)
public TPath.BinaryExpr doclone()
doclone
in class TPath.Expr
public Format format()
format
in interface Formattable
format
in class TPath.Expr
public TPath.BinaryExpr initFrom(Object o0)
initFrom
in class TPath.Expr
public TPath.Expr get_left()
public boolean set_left(TPath.Expr val)
public TPath.Expr get_right()
public boolean set_right(TPath.Expr val)
see also the complete user documentation .