Home
last modified time | relevance | path

Searched refs:Ekzit (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php152 $handle = new Compiler\Llk\Rule\Ekzit($ruleName, 0);
196 if ($pop instanceof Compiler\Llk\Rule\Ekzit) {
232 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
239 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
263 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
268 $this->_todo[] = new Compiler\Llk\Rule\Ekzit($children, 0);
284 $this->_todo[] = new Compiler\Llk\Rule\Ekzit($nextRule, 0);
296 $this->_todo[] = new Compiler\Llk\Rule\Ekzit($nextRule, 0);
338 } elseif ($last instanceof Compiler\Llk\Rule\Ekzit) {
H A DCoverage.php239 if ($pop instanceof Compiler\Llk\Rule\Ekzit) {
297 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
335 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
380 if ($seq instanceof Compiler\Llk\Rule\Ekzit) {
397 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
427 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
447 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(
481 if ($t instanceof Compiler\Llk\Rule\Ekzit &&
499 if ($t instanceof Compiler\Llk\Rule\Ekzit &&
507 if ($t instanceof Compiler\Llk\Rule\Ekzit &&
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php176 $closeRule = new Rule\Ekzit($rule, 0);
258 if ($rule instanceof Rule\Ekzit) {
310 } elseif ($trace instanceof Rule\Ekzit &&
371 $this->_todo[] = new Rule\Ekzit($nextRule, 0);
394 $this->_todo[] = new Rule\Ekzit($nextRule, 0);
416 $this->_todo[] = new Rule\Ekzit(
435 $this->_todo[] = new Rule\Ekzit(
440 $this->_todo[] = new Rule\Ekzit($nextRule, 0);
465 } elseif ($last instanceof Rule\Ekzit) {
513 if ($nextTrace instanceof Rule\Ekzit &&
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DEkzit.php40 use Hoa\Compiler\Llk\Rule\Ekzit as SUT;
51 class Ekzit extends Test\Unit\Suite class
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DEkzit.php46 class Ekzit extends Invocation class
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md63 * Test: Write `…Compiler\Llk\Rule\Ekzit` test suite. (Ivan Enderlin, 2016-08-08T17:22:03+02:00)