Warning: include(/data/isip/www/templates/documentation/header/header.html) [function.include]: failed to open stream: No such file or directory in /home5/piconepr/public_html/isip/projects/speech/software/documentation/class/mmedia/JSGFToken/index.html on line 2

Warning: include() [function.include]: Failed opening '/data/isip/www/templates/documentation/header/header.html' for inclusion (include_path='.:/usr/lib64/php:/usr/lib/php') in /home5/piconepr/public_html/isip/projects/speech/software/documentation/class/mmedia/JSGFToken/index.html on line 2

Warning: include(/data/isip/www/templates/documentation/body/index_class.html) [function.include]: failed to open stream: No such file or directory in /home5/piconepr/public_html/isip/projects/speech/software/documentation/class/mmedia/JSGFToken/index.html on line 5

Warning: include() [function.include]: Failed opening '/data/isip/www/templates/documentation/body/index_class.html' for inclusion (include_path='.:/usr/lib64/php:/usr/lib/php') in /home5/piconepr/public_html/isip/projects/speech/software/documentation/class/mmedia/JSGFToken/index.html on line 5

Warning: include(/data/isip/www/templates/documentation/body/bar.html) [function.include]: failed to open stream: No such file or directory in /home5/piconepr/public_html/isip/projects/speech/software/documentation/class/mmedia/JSGFToken/index.html on line 6

Warning: include() [function.include]: Failed opening '/data/isip/www/templates/documentation/body/bar.html' for inclusion (include_path='.:/usr/lib64/php:/usr/lib/php') in /home5/piconepr/public_html/isip/projects/speech/software/documentation/class/mmedia/JSGFToken/index.html on line 6
name: JSGFToken

synopsis:

g++ [flags ...] file ... -l /isip/tools/lib/$ISIP_BINARY/lib_mmedia.a

#include <JSGFToken.h>

JSGFToken();
boolean setToken(const String& arg_a);
boolean printToken();
String getTerminal();
boolean setCoordinate(long row_a, long col_a);
quick start:

JSGFToken jt;
String token_str(L"public");
jt.setToken(token_str);
jt.printToken();
description:

The JSGFToken class is used to store and manage various types of JSGF grammar tokens tokenized from given JSGF grammar strings. For a good reference on JSGF grammar, see:
This class is mainly used by JSGFParser class to convert JSGF grammar to ISIP DiGraph representation.

dependencies:

public constants:

error codes:

public data:

required public methods:

class-specific public methods:

private methods:

examples:

notes: