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, locationformat| 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_locationprotected 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.Itempublic Format format()
format in interface Formattableformat in class TPath.Itempublic TPath.Expr initFrom(Object o0)
initFrom in class TPath.Itempublic 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 .