WKTTokenizer class

Constructors

WKTTokenizer(dynamic source, {bool skipWhitespace = true})

Properties

cur int
no setter
eos bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
pushedBack bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipWhitespace bool
getter/setter pair
source Iterable<int>
getter/setter pair

Methods

advance() → dynamic
consumeComma() → dynamic
consumeKeyword() → dynamic
consumeLParen() → dynamic
consumeQuotedName() → dynamic
consumeRParen() → dynamic
consumeSignedNumericLiteral() → dynamic
consumeToken() → dynamic
consumeWhiteSpace() → dynamic
currentToken() → dynamic
next() WKTToken?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pushBack() → dynamic
scanExactNumericLiteral() → dynamic
scanSignedInteger() → dynamic
scanSignedNumericLiteral() → dynamic
scanUnsignedInteger() → dynamic
scanUnsignedNumericLiteral() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

CC_0 int
final
CC_9 int
final
CC_a int
final
CC_A int
final
CC_COMMA int
final
CC_CR int
final
CC_DOT int
final
CC_DQUOTE int
final
CC_E int
final
CC_e int
final
CC_LF int
final
CC_LPAREN int
final
CC_MINUS int
final
CC_PERIOD int
final
CC_PLUS int
final
CC_QUOTE int
final
CC_RPAREN int
final
CC_SPACE int
final
CC_UNDERSCORE int
final
CC_z int
final
CC_Z int
final

Static Methods

commaToken(dynamic value) → dynamic
eosToken() → dynamic
errorToken(dynamic value) → dynamic
isComma(int c) bool
isDelimiter(int c) bool
isDigit(int c) bool
isDot(int c) bool
isDQuote(int c) bool
isE(int c) bool
isLetter(int c) bool
isLowerCaseLetter(int c) bool
isLParen(int c) bool
isParen(int c) bool
isRParen(int c) bool
isSign(int c) bool
isSpecial(int c) bool
isUpperCaseLetter(int c) bool
isWS(int c) bool
keywordToken(dynamic value) → dynamic
numericLiteralToken(dynamic value) → dynamic
quotedNameToken(dynamic value) → dynamic
wsToken(dynamic value) → dynamic