Package | Description |
---|---|
alice.tuprolog |
Modifier and Type | Class and Description |
---|---|
class |
Double
Double class represents the double prolog data type
|
class |
Float
Float class represents the float prolog data type
|
class |
Int
Int class represents the integer prolog data type
|
class |
Long
Long class represents the long prolog data type
|
Modifier and Type | Method and Description |
---|---|
static Number |
Number.createNumber(String s) |
Modifier and Type | Method and Description |
---|---|
int |
Long.compareTo(Number o) |
int |
Int.compareTo(Number o) |
int |
Float.compareTo(Number o) |
int |
Double.compareTo(Number o) |
void |
TermVisitor.visit(Number n) |