TokenType Enum

Definition

Enumerates values returned by several types.

public enum TokenType
type TokenType = 
Inheritance
TokenType

Fields

Eof -1

The constant representing the end of the stream.

Eol 10

The constant representing the end of the line.

Number -2

The constant representing a number token.

Word -3

The constant representing a word token.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to