Main Page   Data Structures   File List   Data Fields   Globals  

_Token Struct Reference

A Token. More...

#include <token.h>


Data Fields

char name [32]
 An identifier's name, max 32 bytes. More...

long type
 The type of data, identifier or literal. More...

long size
 The size of a variably sized token. More...

_Token * next
 A link to the next token on the line. More...


Detailed Description

A Token.

Every source code element in InCode.

Definition at line 31 of file token.h.


Field Documentation

char _Token::name[32]
 

An identifier's name, max 32 bytes.

Definition at line 32 of file token.h.

Referenced by tokenGet(), and tokenize().

struct _Token* _Token::next
 

A link to the next token on the line.

Definition at line 35 of file token.h.

Referenced by tokenInit().

long _Token::size
 

The size of a variably sized token.

Definition at line 34 of file token.h.

long _Token::type
 

The type of data, identifier or literal.

Definition at line 33 of file token.h.

Referenced by tokenInit().


The documentation for this struct was generated from the following file:
Generated on Thu Feb 14 09:15:11 2002 for InCode by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001