Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vcsn::detail::dot::parser::token Struct Reference

Tokens. More...

#include <parse.hh>

Collaboration diagram for vcsn::detail::dot::parser::token:

Public Types

enum  yytokentype {
  END = 0, DIGRAPH = 258, EDGE = 259, GRAPH = 260,
  NODE = 261, LBRACE = 262, RBRACE = 263, LBRACKET = 264,
  RBRACKET = 265, EQ = 266, ARROW = 267, COLON = 268,
  COMMA = 269, SEMI = 270, ID = 271
}
 

Detailed Description

Tokens.

Definition at line 351 of file parse.hh.

Member Enumeration Documentation

Enumerator
END 
DIGRAPH 
EDGE 
GRAPH 
NODE 
LBRACE 
RBRACE 
LBRACKET 
RBRACKET 
EQ 
ARROW 
COLON 
COMMA 
SEMI 
ID 

Definition at line 353 of file parse.hh.


The documentation for this struct was generated from the following file: