public abstract static class TPath.LogicalExpr extends TPath.BinaryExpr
get_left, get_right, left, rightforced, forcing, get_forced, get_forcingget_location, locationformat| Constructor and Description |
|---|
LogicalExpr(TPath.Expr left,
TPath.Expr right) |
| Modifier and Type | Method and Description |
|---|---|
TPath.LogicalExpr |
doclone() |
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
TPath.LogicalExpr |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
get_left, get_right, set_left, set_rightget_forced, get_forcing, set_forced, set_forcingget_location, set_locationpublic LogicalExpr(TPath.Expr left, TPath.Expr right)
public TPath.LogicalExpr doclone()
doclone in class TPath.BinaryExprpublic Format format()
format in interface Formattableformat in class TPath.BinaryExprpublic TPath.LogicalExpr initFrom(Object o0)
initFrom in class TPath.BinaryExprsee also the complete user documentation .