Jalog 1.4


io.github.JalogTeam.jalog
Class Pro_TermData_String_concat

java.lang.Object
  extended by io.github.JalogTeam.jalog.Pro_TermData
      extended by io.github.JalogTeam.jalog.Pro_TermData_String
          extended by 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

make

public static Pro_TermData_String make(Pro_TermData_String left, Pro_TermData_String right)

Creates a string constant.

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.

Parameters:
left - the initial part
right - the final part
Returns:
Jalog object representing the concatenation of left and right.

Authors: Mikko Levanto, Ari Okkonen