StreamTokenizer.ttype

StreamTokenizer.ttype

Class Overview | Class Members | This Package | All Packages

Syntax
public int ttype
Description
After a call to the nextToken method, this field contains the type of the token just read. For a single character token, its value is the single character, converted to an integer. For a quoted string token (see , its value is the quote character. Otherwise, its value is one of the following:

See Also
eolIsSignificant, nextToken, quoteChar, TT_EOF, TT_EOL, TT_NUMBER, TT_WORD