Go to the source code of this file.
|
enum | aagtokentype {
T_graph = 258,
T_node = 259,
T_edge = 260,
T_digraph = 261,
T_subgraph = 262,
T_strict = 263,
T_edgeop = 264,
T_list = 265,
T_attr = 266,
T_atom = 267,
T_qatom = 268,
T_graph = 258,
T_node = 259,
T_edge = 260,
T_digraph = 261,
T_subgraph = 262,
T_strict = 263,
T_edgeop = 264,
T_list = 265,
T_attr = 266,
T_atom = 267,
T_qatom = 268
} |
|
#define aagstype YYSTYPE /* obsolescent; will be withdrawn */ |
#define YYSTYPE_IS_DECLARED 1 |
#define YYSTYPE_IS_TRIVIAL 1 |
Enumerator |
---|
T_graph |
|
T_node |
|
T_edge |
|
T_digraph |
|
T_subgraph |
|
T_strict |
|
T_edgeop |
|
T_list |
|
T_attr |
|
T_atom |
|
T_qatom |
|
T_graph |
|
T_node |
|
T_edge |
|
T_digraph |
|
T_subgraph |
|
T_strict |
|
T_edgeop |
|
T_list |
|
T_attr |
|
T_atom |
|
T_qatom |
|
Definition at line 48 of file grammar.h.