enum class Expected: Enum<Expected>, TermConvertible
EnumItems
Name | Description |
---|---|
ATOM
|
|
ATOMIC
|
|
BOOLEAN
|
|
BYTE
|
|
CALLABLE
|
|
CHARACTER
|
|
COMPOUND
|
|
DEALIASING_EXPRESSION
|
|
EVALUABLE
|
|
FLOAT
|
|
INTEGER
|
|
IN_CHARACTER
|
|
LIST
|
|
NUMBER
|
|
OBJECT_REFERENCE
|
|
PAIR
|
|
PREDICATE_INDICATOR
|
|
REFERENCE
|
|
TYPE_REFERENCE
|
|
URL
|
|
VARIABLE
|
Methods
toTerm
fun toTerm(): Atom
A function to transform the type to corresponding Atom representation
ReturnValue
Name | Description |
---|---|
Atom
|
toString
fun toString(): String
ReturnValue
Name | Description |
---|---|
String
|
CompanionObject
Expected
enum class Expected: Enum<Expected>, TermConvertible
A class describing the expected type whose absence caused the error
A class describing the expected type whose absence caused the error