public interface ScalarValued extends TokenValued, ScalarTyped
TokenValued
object containing a scalar value.
Unlike a RecordValued
object, a ScalarValued
object cannot be decomposed into smaller values.Modifier and Type | Method and Description |
---|---|
ScalarTokenType |
getType()
Gets the data type of the token.
|
boolean |
isZero()
Indicates whether the value is the zero value
for the type.
|
isNull
ScalarTokenType getType()
TokenValued
getType
in interface ScalarTyped
getType
in interface TokenTyped
getType
in interface TokenValued
boolean isZero()
true
if the value is the zero value,
false
otherwise.Copyright © 2016 Actian Corporation. All rights reserved.