Field Summary
|
LeadingWhiteSpace |
Count of ignored leading whitespace, in code points, not characters. |
|
EndPos |
Code point index of first unprocessed character. |
|
CharLen |
Number of characters (not code points) of the parsed token, not including leading whitespace. |
|
Value |
Value of token in case of numeric. |
|
TokenType |
KParseType token type like IDENTNAME. |
|
StartFlags |
KParseTokens flags of first character of actual token matched.
If TokenType is a SINGLE_QUOTE_NAME or a
DOUBLE_QUOTE_STRING the first character is the first character
inside the quotes. |
|
ContFlags |
KParseTokens flags of remaining characters of actual token matched. |
|
DequotedNameOrString |
If a quoted name or string is encountered the dequoted result goes here. |
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.