Package openGql.grammar
Class RealType
- java.lang.Object
-
- openGql.grammar.RealType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<RealType>
public class RealType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<RealType>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(RealType other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
RealType
public RealType(java.lang.Boolean notNull)
Constructs an immutableRealType.
-
-