public interface TokenTypeDispatcher
Modifier and Type | Method and Description |
---|---|
void |
dispatchBinaryType()
Handle processing for binary typed tokens.
|
void |
dispatchBooleanType()
Handle processing for boolean typed tokens.
|
void |
dispatchCharType()
Handle processing for character typed tokens.
|
void |
dispatchDateType()
Handle processing for date typed tokens.
|
void |
dispatchDoubleType()
Handle processing for double typed tokens.
|
void |
dispatchEnumType(EnumTokenType enumType)
Handle processing for enumeration typed tokens.
|
void |
dispatchFloatType()
Handle processing for float typed tokens.
|
void |
dispatchGenericType()
Handle processing for generic typed tokens.
|
void |
dispatchIntType()
Handle processing for integer typed tokens.
|
void |
dispatchLongType()
Handle processing for long typed tokens.
|
void |
dispatchNullType()
Handle processing for null typed tokens.
|
void |
dispatchNumericType()
Handle processing for numeric typed tokens.
|
<O> void |
dispatchObjectType(ObjectTokenType<O> objectType)
Handle processing for object typed tokens.
|
void |
dispatchRecordType(RecordTokenType recordType)
Handle processing for record typed tokens.
|
void |
dispatchScalarType()
Handle processing for abstract scalar type
|
void |
dispatchStringType()
Handle processing for string typed tokens.
|
void |
dispatchTimestampType()
Handle processing for timestamp typed tokens.
|
void |
dispatchTimeType()
Handle processing for time typed tokens.
|
void dispatchBinaryType()
void dispatchBooleanType()
void dispatchCharType()
void dispatchDateType()
void dispatchDoubleType()
void dispatchEnumType(EnumTokenType enumType)
enumType
- the enumeration type being processedvoid dispatchFloatType()
void dispatchGenericType()
void dispatchIntType()
void dispatchLongType()
void dispatchNumericType()
<O> void dispatchObjectType(ObjectTokenType<O> objectType)
O
- the object typeobjectType
- the object type being processedvoid dispatchRecordType(RecordTokenType recordType)
recordType
- the record type being processed.void dispatchScalarType()
void dispatchStringType()
void dispatchTimeType()
void dispatchTimestampType()
void dispatchNullType()
Copyright © 2016 Actian Corporation. All rights reserved.