Package io.deephaven.qst.type
Class BooleanType
- All Implemented Interfaces:
PrimitiveType<Boolean>
,Type<Boolean>
The primitive
boolean
type.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.qst.type.PrimitiveType
PrimitiveType.Visitor<R>
Nested classes/interfaces inherited from interface io.deephaven.qst.type.Type
Type.Visitor<R>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal NativeArrayType<boolean[],
Boolean> Create anative array type
withthis
as the component type.final BoxedBooleanType
clazz()
The class representingthis
type.static BooleanType
of()
final String
toString()
final <R> R
walk
(PrimitiveType.Visitor<R> visitor) Methods inherited from class io.deephaven.qst.type.PrimitiveTypeBase
walk
-
Constructor Details
-
BooleanType
public BooleanType()
-
-
Method Details
-
of
-
clazz
Description copied from interface:Type
The class representingthis
type.- Returns:
- the class
-
boxedType
-
arrayType
Description copied from interface:Type
Create anative array type
withthis
as the component type.- Returns:
- the native array type
-
walk
-
toString
-