public abstract static class TPath.Expr extends TPath.Item
Modifier and Type | Field and Description |
---|---|
protected boolean |
forced |
protected boolean |
forcing |
static Function<TPath.Expr,Boolean> |
get_forced
Deprecated.
Use new '::' method reference instead.
|
static Function<TPath.Expr,Boolean> |
get_forcing
Deprecated.
Use new '::' method reference instead.
|
get_location, location
format
Constructor and Description |
---|
Expr() |
Modifier and Type | Method and Description |
---|---|
TPath.Expr |
doclone() |
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
boolean |
get_forced() |
boolean |
get_forcing() |
TPath.Expr |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_forced(boolean val) |
boolean |
set_forcing(boolean val) |
get_location, set_location
protected boolean forcing
@Deprecated public static final Function<TPath.Expr,Boolean> get_forcing
protected boolean forced
@Deprecated public static final Function<TPath.Expr,Boolean> get_forced
public TPath.Expr doclone()
doclone
in class TPath.Item
public Format format()
format
in interface Formattable
format
in class TPath.Item
public TPath.Expr initFrom(Object o0)
initFrom
in class TPath.Item
public boolean get_forcing()
public boolean set_forcing(boolean val)
public boolean get_forced()
public boolean set_forced(boolean val)
see also the complete user documentation .