public static class TPath.Neq extends TPath.EqualityExpr
get_left, get_right, left, rightforced, forcing, get_forced, get_forcingget_location, locationformat| Constructor and Description |
|---|
Neq(TPath.Expr left,
TPath.Expr right) |
| Modifier and Type | Method and Description |
|---|---|
TPath.Neq |
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.Neq |
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 Neq(TPath.Expr left, TPath.Expr right)
public TPath.Neq doclone()
doclone in class TPath.EqualityExprpublic static String getFormatHint()
left, '!=' |right public Format format()
format in interface Formattableformat in class TPath.EqualityExprpublic TPath.Neq initFrom(Object o0)
initFrom in class TPath.EqualityExprsee also the complete user documentation .