Uses of Class
com.pervasive.datarush.tokens.scalar.IntToken
-
Packages that use IntToken Package Description com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of IntToken in com.pervasive.datarush.tokens.scalar
Fields in com.pervasive.datarush.tokens.scalar declared as IntToken Modifier and Type Field Description static IntToken
IntToken. NULL
A null valuedIntToken
static IntToken
IntToken. ZERO
A zero valuedIntToken
Methods in com.pervasive.datarush.tokens.scalar that return IntToken Modifier and Type Method Description static IntToken
IntToken. parse(String value)
Converts a string representation of an int value into a token.Methods in com.pervasive.datarush.tokens.scalar with parameters of type IntToken Modifier and Type Method Description int
IntToken. compareTo(IntToken that)
-