public static class TPath.Paren extends TPath.UnaryExpr
arg, get_arg
forced, forcing, get_forced, get_forcing
get_location, location
format
Constructor and Description |
---|
Paren(TPath.Expr arg) |
Modifier and Type | Method and Description |
---|---|
TPath.Paren |
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.Paren |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
get_arg, set_arg
get_forced, get_forcing, set_forced, set_forcing
get_location, set_location
public Paren(TPath.Expr arg)
public TPath.Paren doclone()
doclone
in class TPath.UnaryExpr
public static String getFormatHint()
'('arg')'
public Format format()
format
in interface Formattable
format
in class TPath.UnaryExpr
public TPath.Paren initFrom(Object o0)
initFrom
in class TPath.UnaryExpr
see also the complete user documentation .