Home
last modified time | relevance | path

Searched refs:Concatenation (Results 1 – 10 of 10) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DInnerParser.php9 use Hoa\Compiler\Llk\Rule\Concatenation; alias
48 2 => new Concatenation(2, [1], '#simple_type'),
50 4 => new Concatenation(4, [3], '#simple_type'),
52 6 => new Concatenation(6, [5], '#simple_type'),
54 8 => new Concatenation(8, [7], '#simple_type'),
58 12 => new Concatenation(12, [9, 10, 11], '#simple_type'),
62 16 => new Concatenation(16, [13, 14, 15], '#simple_type'),
67 21 => new Concatenation(21, [20, 'type'], '#compound_type'),
70 … 'compound_type' => new Concatenation('compound_type', [18, 19, 'type', 22, 23], null),
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DConcatenation.php40 use Hoa\Compiler\Llk\Rule\Concatenation as SUT;
51 class Concatenation extends Test\Unit\Suite class
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/Rule/
H A DAnalyzer.php94 $_ruleA = new Rule\Concatenation('ruleA', ['ruleB']),
196 $_ruleA = new Rule\Concatenation('ruleA', [0, 1], null),
269 $_rule3 = new Rule\Concatenation('3', ['ruleB', 2]),
273 $_ruleB = new Rule\Concatenation('ruleB', [5, 'ruleA']),
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DConcatenation.php47 class Concatenation extends Rule class
H A DAnalyzer.php280 $this->_parsedRules[$name] = new Concatenation(
519 $this->_parsedRules[$name] = new Concatenation(
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DUniform.php132 } elseif ($rule instanceof Compiler\Llk\Rule\Concatenation) {
198 } elseif ($rule instanceof Compiler\Llk\Rule\Concatenation) {
H A DCoverage.php421 } elseif ($rule instanceof Compiler\Llk\Rule\Concatenation) {
594 } elseif ($rule instanceof Compiler\Llk\Rule\Concatenation) {
H A DBoundedExhaustive.php288 } elseif ($rule instanceof Compiler\Llk\Rule\Concatenation) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php356 } elseif ($zeRule instanceof Rule\Concatenation) {
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md64 * Test: Write `…\Llk\Rule\Concatenation` test suite. (Ivan Enderlin, 2016-08-08T17:21:45+02:00)