[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
PHP_ParserGenerator, a php 5 parser generator. This is a direct port of the Lemon parser generator, found at {@link http://www.hwaci.com/sw/lemon/}
Author: | Gregory Beaver <[email protected]> |
Copyright: | 2006 Gregory Beaver |
License: | http://www.php.net/license/3_01.txt PHP License 3.01 |
Version: | CVS: $Id$ |
File Size: | 269 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHP_ParserGenerator_ActionTable:: (2 methods):
acttab_action()
acttab_insert()
Class: PHP_ParserGenerator_ActionTable - X-Ref
The state of the yy_action table under construction is an instance ofacttab_action($lookahead, $action) X-Ref |
Add a new action to the current transaction set param: int param: int |
acttab_insert() X-Ref |
Add the transaction set built up with prior calls to acttab_action() into the current action table. Then reset the transaction set back to an empty set in preparation for a new round of acttab_action() calls. Return the offset into the action table of the new transaction. return: int Return the offset that should be added to the lookahead in |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |