Package io.deephaven.qst.type
Class BoxedBooleanType
The
Boolean
type.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.qst.type.BoxedType
BoxedType.Visitor<R>
Nested classes/interfaces inherited from interface io.deephaven.qst.type.GenericType
GenericType.Visitor<R>
Nested classes/interfaces inherited from interface io.deephaven.qst.type.Type
Type.Visitor<R>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclazz()
The class representingthis
type.static BoxedBooleanType
of()
final BooleanType
final <R> R
walk
(BoxedType.Visitor<R> visitor) Methods inherited from class io.deephaven.qst.type.BoxedTypeBase
toString, walk
Methods inherited from class io.deephaven.qst.type.GenericTypeBase
arrayType, walk
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.deephaven.qst.type.GenericType
arrayType
-
Constructor Details
-
BoxedBooleanType
public BoxedBooleanType()
-
-
Method Details
-
of
-
clazz
Description copied from interface:Type
The class representingthis
type.- Returns:
- the class
-
primitiveType
-
walk
-