static AtomicTerm |
AtomicTerm.createBoolean(String value) |
Create new AtomicTerm representing a Boolean with given value
|
static AtomicTerm |
AtomicTerm.createDouble(String value) |
Create new AtomicTerm representing a Double with given value
|
static AtomicTerm |
AtomicTerm.createFloat(String value) |
Create new AtomicTerm representing a float with given value
|
static AtomicTerm |
AtomicTerm.createInteger(String value) |
Create new AtomicTerm representing a Integer with given value
|
static AtomicTerm |
AtomicTerm.createLong(String value) |
Create new AtomicTerm representing a Long with given value
|
static AtomicTerm |
AtomicTerm.createNull() |
Create new AtomicTerm representing a null.
|
static AtomicTerm |
AtomicTerm.createNull(String value) |
Create new AtomicTerm representing a null with given value
|
static AtomicTerm |
AtomicTerm.createShort(String value) |
Create new AtomicTerm representing a Short with given value
|
static AtomicTerm |
AtomicTerm.createString(String value) |
Create new AtomicTerm representing a String with given value
|
static AtomicTerm |
AtomicTerm.createSymbol(String value) |
Create new AtomicTerm representing a Symbol with given value
|