Jalog 1.4
java.lang.Objectio.github.JalogTeam.jalog.Pro_TermData
io.github.JalogTeam.jalog.Pro_TermData_String
io.github.JalogTeam.jalog.Pro_TermData_String_concat
public class Pro_TermData_String_concat
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.
| Method Summary | |
|---|---|
static Pro_TermData_String
|
make(Pro_TermData_String left,
Pro_TermData_String right)
Creates a string constant. |
| Method Detail |
|---|
public static Pro_TermData_String make(Pro_TermData_String left, Pro_TermData_String right)
Returns the concatenation of the argument strings as a Jalog Pro_TermData_String object. The returned object may be of any subclass of Pro_TermData_String. A new object may be created or an existing object may be returned.
left - the initial part
right - the final part
left and right.