public static class TPath.Leq extends TPath.ComparisonExpr
get_left, get_right, left, right
forced, forcing, get_forced, get_forcing
get_location, location
format
Constructor and Description |
---|
Leq(TPath.Expr left,
TPath.Expr right) |
Modifier and Type | Method and Description |
---|---|
TPath.Leq |
doclone() |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
TPath.Leq |
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 Leq(TPath.Expr left, TPath.Expr right)
public TPath.Leq doclone()
doclone
in class TPath.ComparisonExpr
public static String getFormatHint()
left, '<=' |right
public Format format()
format
in interface Formattable
format
in class TPath.ComparisonExpr
public TPath.Leq initFrom(Object o0)
initFrom
in class TPath.ComparisonExpr
see also the complete user documentation .