Initial value:=
{
"\"end of file\"", "error", "\"invalid token\"", "POINT_TOK",
"LINESTRING_TOK", "POLYGON_TOK", "MPOINT_TOK", "MLINESTRING_TOK",
"MPOLYGON_TOK", "MSURFACE_TOK", "MCURVE_TOK", "CURVEPOLYGON_TOK",
"COMPOUNDCURVE_TOK", "CIRCULARSTRING_TOK", "COLLECTION_TOK",
"RBRACKET_TOK", "LBRACKET_TOK", "COMMA_TOK", "EMPTY_TOK",
"SEMICOLON_TOK", "TRIANGLE_TOK", "TIN_TOK", "POLYHEDRALSURFACE_TOK",
"DOUBLE_TOK", "DIMENSIONALITY_TOK", "SRID_TOK", "$accept", "geometry",
"geometry_no_srid", "geometrycollection", "geometry_list",
"multisurface", "surface_list", "tin", "polyhedralsurface",
"multipolygon", "polygon_list", "patch_list", "polygon",
"polygon_untagged", "patch", "curvepolygon", "curvering_list",
"curvering", "patchring_list", "ring_list", "patchring", "ring",
"compoundcurve", "compound_list", "multicurve", "curve_list",
"multilinestring", "linestring_list", "circularstring", "linestring",
"linestring_untagged", "triangle_list", "triangle", "triangle_untagged",
"multipoint", "point_list", "point_untagged", "point", "ptarray",
}
Definition at line 698 of file lwin_wkt_parse.c.
699{
700 "\"end of file\"", "error", "\"invalid token\"", "POINT_TOK",
701 "LINESTRING_TOK", "POLYGON_TOK", "MPOINT_TOK", "MLINESTRING_TOK",
702 "MPOLYGON_TOK", "MSURFACE_TOK", "MCURVE_TOK", "CURVEPOLYGON_TOK",
703 "COMPOUNDCURVE_TOK", "CIRCULARSTRING_TOK", "COLLECTION_TOK",
704 "RBRACKET_TOK", "LBRACKET_TOK", "COMMA_TOK", "EMPTY_TOK",
705 "SEMICOLON_TOK", "TRIANGLE_TOK", "TIN_TOK", "POLYHEDRALSURFACE_TOK",
706 "DOUBLE_TOK", "DIMENSIONALITY_TOK", "SRID_TOK", "$accept", "geometry",
707 "geometry_no_srid", "geometrycollection", "geometry_list",
708 "multisurface", "surface_list", "tin", "polyhedralsurface",
709 "multipolygon", "polygon_list", "patch_list", "polygon",
710 "polygon_untagged", "patch", "curvepolygon", "curvering_list",
711 "curvering", "patchring_list", "ring_list", "patchring", "ring",
712 "compoundcurve", "compound_list", "multicurve", "curve_list",
713 "multilinestring", "linestring_list", "circularstring", "linestring",
714 "linestring_untagged", "triangle_list", "triangle", "triangle_untagged",
715 "multipoint", "point_list", "point_untagged", "point", "ptarray",
717};
Referenced by yysymbol_name(), and yysyntax_error().