Home
last modified time | relevance | path

Searched refs:state (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php231 $state = 0;
232 $stateStack = [$state];
245 if ($this->actionBase[$state] === 0) {
246 $rule = $this->actionDefault[$state];
269 || ($state < $this->YY2TBLSTATE
343 $state = $this->goto[$idx];
406 if ($state < $this->numNonLeafStates) {
426 * @param int $state State at time of error
442 * @param int $state State
449 $base = $this->actionBase[$state];
[all …]
/PHP-Parser/doc/component/
H A DName_resolution.markdown6 import table state, as well the type of the referenced symbol. PHP-Parser implements name
H A DWalking_the_AST.markdown51 respectively, and are passed the entire AST. They can be used to perform any necessary state

Completed in 9 milliseconds