public abstract static class TPath.EqualityExpr extends TPath.BinaryExpr
get_left, get_right, left, right
forced, forcing, get_forced, get_forcing
get_location, location
format
Constructor and Description |
---|
EqualityExpr(TPath.Expr left,
TPath.Expr right) |
Modifier and Type | Method and Description |
---|---|
TPath.EqualityExpr |
doclone() |
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
TPath.EqualityExpr |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
get_left, get_right, set_left, set_right
get_forced, get_forcing, set_forced, set_forcing
get_location, set_location
public EqualityExpr(TPath.Expr left, TPath.Expr right)
public TPath.EqualityExpr doclone()
doclone
in class TPath.BinaryExpr
public Format format()
format
in interface Formattable
format
in class TPath.BinaryExpr
public TPath.EqualityExpr initFrom(Object o0)
initFrom
in class TPath.BinaryExpr
see also the complete user documentation .