Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Token Class Reference

#include <token.h>

List of all members.

Public Methods

bool Eq (char c)

Public Attributes

char * ptr
int len
int kind


Member Function Documentation

bool Token::Eq char    c [inline]
 

Definition at line 49 of file token.h.

References len, and ptr.


Member Data Documentation

int Token::kind
 

Definition at line 54 of file token.h.

Referenced by Lex::GetToken(), Lex::LookAhead(), and Parser::SyntaxError().

int Token::len
 

Definition at line 53 of file token.h.

Referenced by Eq(), Lex::GetToken(), Leaf::Leaf(), Lex::LookAhead(), and Parser::SyntaxError().

char* Token::ptr
 

Definition at line 52 of file token.h.

Referenced by Eq(), Lex::GetOnlyClosingBracket(), Lex::GetToken(), Leaf::Leaf(), Lex::LookAhead(), Parser::rTemplateArgs(), and Parser::SyntaxError().


The documentation for this class was generated from the following file:
Generated on Mon Feb 10 17:36:45 2003 for VFiasco Semantics Compiler by doxygen1.2.15