org.norecess.citkit.types
Class BooleanType
java.lang.Object
org.norecess.citkit.types.BooleanType
- All Implemented Interfaces:
- HobbesType, PrimitiveType
public class BooleanType
- extends java.lang.Object
- implements PrimitiveType
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BOOLEAN_TYPE
public static final BooleanType BOOLEAN_TYPE
accept
public <T> T accept(TypeVisitor<T> visitor)
- Specified by:
accept
in interface HobbesType
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
actual
public HobbesType actual()
- Specified by:
actual
in interface HobbesType
isBound
public boolean isBound()
- Specified by:
isBound
in interface HobbesType
toShortString
public java.lang.String toShortString()
- Specified by:
toShortString
in interface HobbesType