Package hydra.core
Class Literal
java.lang.Object
hydra.core.Literal
- All Implemented Interfaces:
Serializable,Comparable<Literal>
- Direct Known Subclasses:
Literal.Binary,Literal.Boolean_,Literal.Float_,Literal.Integer_,Literal.String_
A term constant; an instance of a literal type
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA binary literalstatic final classA boolean literalstatic final classA floating-point literalstatic final classAn integer literalstatic interfacestatic final classA string literalstatic interface -
Field Summary
Fields -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
TYPE_
-
BINARY
-
BOOLEAN
-
FLOAT
-
INTEGER
-
STRING
-
-
Method Details
-
accept
-