GLib.TokenType – glib-2.0 Reference Manual
TokenType
Description:
[
CCode
( cprefix =
"G_TOKEN_"
, has_type_id =
false
) ]
public
enum
TokenType
The possible types of token returned from each
get_next_token
call.
Namespace:
GLib
Package:
glib-2.0
Content:
Enum values:
BINARY
-
a binary integer
CHAR
-
a character
COMMA
-
a ',' character
COMMENT_MULTI
-
multi line comment
COMMENT_SINGLE
-
one line comment
EOF
-
the end of the file
EQUAL_SIGN
-
a '=' character
ERROR
-
an error occurred
FLOAT
-
a floating point number
HEX
-
a hex integer
IDENTIFIER
-
an identifier
IDENTIFIER_NULL
-
a null identifier
INT
-
an integer
LAST
LEFT_BRACE
-
a '[' character
LEFT_CURLY
-
a '{' character
LEFT_PAREN
-
a '(' character
NONE
-
not a token
OCTAL
-
an octal integer
RIGHT_BRACE
-
a ']' character
RIGHT_CURLY
-
a '}' character
RIGHT_PAREN
-
a ')' character
STRING
-
a string
SYMBOL
-
a symbol
2022 vala-language.org