Home
last modified time | relevance | path

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

/plugin/strata/helper/
H A Dsyntax.php255 list($group, $scope) = $this->transformGroup($tree, $typemap);
352 function transformGroup(&$root, &$typemap) { function in helper_plugin_strata_syntax
398 list($optional, $s) = $this->transformGroup($optional, $typemap);
434 list($minus, $s) = $this->transformGroup($minus, $typemap);
467 list($result,$scope) = $this->transformGroup(array_shift($subs), $typemap);
471 list($rhs, $s) = $this->transformGroup($sub, $typemap);