Go to the source code of this file.
Typedefs | |
typedef char | Cstring |
Functions | |
CLINK void | yyerror (char *message) |
CLINK void | yywarn (char *message) |
CLINK void | cw_die (char *message) |
CLINK void | deleteCstring (Cstring *s) |
DECLARE_LIST (Cstring) typedef struct t_CwCharClass | |
CLINK void | deleteCwCharClass (CwCharClass *c) |
CLINK void | deleteCwCatchClause (CwCatchClause *) |
vector<string>* | CstringList2vector (CstringList l) |
vector<CharClassDescriptor>* | CwCharClassList2vector (CwCharClassList l) |
Variables | |
CwCharClass | |
int | yylineno |
|
|
|
|
|
Definition at line 74 of file cw_misc.cc. |
|
Definition at line 80 of file cw_misc.cc. |
|
Definition at line 52 of file cw_misc.cc. |
|
|
|
Definition at line 57 of file cw_misc.cc. |
|
Definition at line 62 of file cw_misc.cc. |
|
Returns a new vector<string> containing the strings from the given string list. Definition at line 85 of file cw_misc.cc. Referenced by IScannerSpec_addKeywordToken(), IScannerSpec_addMoreToken(), IScannerSpec_addRegToken(), and IScannerSpec_addSkipToken().
|
|
Definition at line 96 of file cw_misc.cc. Referenced by IReNodeBuilder_createCharListNode().
|
|
|
|
|