Jalog 1.4
java.lang.Objectio.github.JalogTeam.jalog.Pro_TermData
io.github.JalogTeam.jalog.Pro_TermData_Integer
public class Pro_TermData_Integer
Integer constants are represented as
Pro_TermData_Integer objects.
| Field Summary | |
|---|---|
String |
typename
Type of the term. |
long |
value
The integer value of this object |
| Constructor Summary | |
|---|---|
Pro_TermData_Integer(long iniVal)
Constructs a Pro_TermData_Integer object. |
|
| Method Summary | |
|---|---|
Pro_TermData
|
copy(Hashtable variable_map)
Returns this object. (Inherited from parent.)
|
String
|
image()
Returns human readable string representation of this term. (Same as toString. Inherited from parent.)
|
String
|
toString()
Returns a String containing a Prolog constant expression representing value.
|
| Field Detail |
|---|
public String typename
Jalog.INTEGER. Do not change!
public long value
| Constructor Detail |
|---|
public Pro_TermData_Integer(long iniVal)
Pro_TermData_Integer object representing the integer iniVal.
iniVal - the integer value.
| Method Detail |
|---|
public String toString()