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 IntTokenIntToken. NULLA null valuedIntTokenstatic IntTokenIntToken. ZEROA zero valuedIntTokenMethods in com.pervasive.datarush.tokens.scalar that return IntToken Modifier and Type Method Description static IntTokenIntToken. 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 intIntToken. compareTo(IntToken that)
-