Jalog 1.4
java.lang.Object io.github.JalogTeam.jalog.Pro_TermData io.github.JalogTeam.jalog.Pro_TermData_String io.github.JalogTeam.jalog.Pro_TermData_String_simple
public class Pro_TermData_String_simple
Note: Don't use this class unless you need some operations or fields that the class Pro_Term
does not provide.
This class is one of the classes that can represent string constants.
Field Summary | |
---|---|
static Pro_TermData_String_simple |
empty
The empty string |
Method Summary | |
---|---|
static Pro_TermData_String
|
make(String iniVal)
Creates a string constant. |
Field Detail |
---|
public static Pro_TermData_String_simple empty
Method Detail |
---|
public static Pro_TermData_String make(String iniVal)
If iniVal is an empty string Pro_TermData_String_simple.empty
is returned, otherwise a new object is created.
iniVal
- the first string
iniVal
.