PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ yytname

const char* const yytname[]
static
Initial value:
=
{
"$end", "error", "$undefined", "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",
"coordinate", YY_NULLPTR
}
#define YY_NULLPTR

Definition at line 632 of file lwin_wkt_parse.c.

Referenced by yysyntax_error().