Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

Token Struct Reference

#include <token.h>

List of all members.

Public Attributes

Token * next
char name [32]
long type
long value
double fvalue
long size


Detailed Description

A Token. Every source code element in InCode.


Member Data Documentation

double Token::fvalue
 

The value of a floating point literal

char Token::name[32]
 

An identifier's name, max 32 bytes

struct Token* Token::next
 

A link to the next token on the line

long Token::size
 

The size of a variably sized token

long Token::type
 

The type of data, identifier or literal

long Token::value
 

The value of a numeric literial


The documentation for this struct was generated from the following file:
Generated on Sun Mar 3 15:36:27 2002 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001