Vcsn  2.2a
Be Rational
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, SUBGRAPH = 262, LBRACE = 263, RBRACE = 264,
  LBRACKET = 265, RBRACKET = 266, EQ = 267, ARROW = 268,
  COLON = 269, COMMA = 270, SEMI = 271, ID = 272
}
 

Detailed Description

Tokens.

Definition at line 350 of file parse.hh.

Member Enumeration Documentation

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

Definition at line 352 of file parse.hh.


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