Home
last modified time | relevance | path

Searched refs:getRule (Results 26 – 29 of 29) sorted by path

12

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php243 $out = $this->coverage($this->_rules[$pop->getRule()]);
474 $t->getRule() == $rule) {
482 $t->getRule() == $rule) {
500 $t->getRule() == $rule) {
508 $t->getRule() == $rule) {
535 $rule = $this->_rules[$pop->getRule()];
545 $ruleName = $pop->getRule();
565 $ruleName = $Rule->getRule();
648 if ($lastRule->getRule() == $ruleName) {
652 if ($lastRule->getRule() == $ruleName) {
H A DUniform.php286 $this->_compiler->getRule($this->_rootRuleName),
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DInvocation.php61 ->string($result->getRule())
83 ->string($result->getRule())
106 ->string($result->getRule())
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DInnerParser.php75 $this->getRule('type')->setPPRepresentation(' simple_type() | compound_type()');
76 $this->getRule('simple_type')->setDefaultId('#simple_type');
77 …$this->getRule('simple_type')->setPPRepresentation(' <name> | <number> | <null> | <empty_string> |…
78 $this->getRule('compound_type')->setDefaultId('#compound_type');
79 …$this->getRule('compound_type')->setPPRepresentation(' <name> ::parenthesis_:: type() ( ::comma:: …

12