DeSR Dependency Parser

Parser::Scanner::Token Struct Reference

Represents a token recognized by the scanner. More...

#include <Tokenizer.h>

List of all members.

Public Member Functions

 Token (char const *text=0, TokenType type=(TokenType) 0)
Token const & operator= (Token const &o)
void serialize (std::ostream &stream)

Public Attributes

char const * text
 the text of the token
TokenType type
 the type of the token


Detailed Description

Represents a token recognized by the scanner.

Definition at line 70 of file Tokenizer.h.


The documentation for this struct was generated from the following files:
 
Copyright © 2005-2007 G. Attardi. Generated on 13 Aug 2009 by doxygen 1.5.7.1.