public static class TPath.NameTest extends TPath.Test
Modifier and Type | Field and Description |
---|---|
static Function<TPath.NameTest,String> |
get_prefix
Deprecated.
Use new '::' method reference instead.
|
static Function<TPath.NameTest,String> |
get_suffix
Deprecated.
Use new '::' method reference instead.
|
protected String |
prefix |
protected String |
suffix |
get_location, location
format
Constructor and Description |
---|
NameTest() |
NameTest(String prefix,
String suffix) |
Modifier and Type | Method and Description |
---|---|
TPath.NameTest |
doclone() |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
String |
get_prefix() |
String |
get_suffix() |
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
TPath.NameTest |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_prefix(String val) |
boolean |
set_suffix(String val) |
get_location, set_location
protected String prefix
@Deprecated public static final Function<TPath.NameTest,String> get_prefix
protected String suffix
@Deprecated public static final Function<TPath.NameTest,String> get_suffix
public TPath.NameTest doclone()
doclone
in class TPath.Test
public static String getFormatHint()
(prefix':'?)suffix?(prefix':*'?'*')
public Format format()
format
in interface Formattable
format
in class TPath.Test
public TPath.NameTest initFrom(Object o0)
initFrom
in class TPath.Test
public String get_prefix()
public boolean set_prefix(String val)
public String get_suffix()
public boolean set_suffix(String val)
see also the complete user documentation .