Gjsify LogoGjsify Logo

The possible types of token returned from each g_scanner_get_next_token() call.

Index

Enumeration Members

BINARY: number

a binary integer

CHAR: number

a character

COMMA: number

a ',' character

COMMENT_MULTI: number

multi line comment

COMMENT_SINGLE: number

one line comment

EOF: number

the end of the file

EQUAL_SIGN: number

a '=' character

ERROR: number

an error occurred

FLOAT: number

a floating point number

HEX: number

a hex integer

IDENTIFIER: number

an identifier

IDENTIFIER_NULL: number

a null identifier

INT: number

an integer

LEFT_BRACE: number

a '[' character

LEFT_CURLY: number

a '{' character

LEFT_PAREN: number

a '(' character

NONE: number

not a token

OCTAL: number

an octal integer

RIGHT_BRACE: number

a ']' character

RIGHT_CURLY: number

a '}' character

RIGHT_PAREN: number

a ')' character

STRING: number

a string

SYMBOL: number

a symbol

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method