Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DToken.php188 public function getRepresentation() function in Hoa\\Compiler\\Llk\\Rule\\Token
209 $this->getRepresentation()
/plugin/ifauthex/lib/
H A Dparser.php55 public function getRepresentation() { function in AST\\ElementInstance
68 return $this->args()[0]->getRepresentation();
73 return $this->definition()->getRepresentation($this);
563 public function getRepresentation($elmInstance) { function in AST\\ElementDefinition
570 $argsRepr[] = $arg->getRepresentation();
/plugin/ifauthex/_test/
H A Dgeneral.test.php142 $this->assertNotNull($rebuiltExpr = $ast->getRepresentation());
151 $this->assertNotNull($rebuiltExpr = $ast->getRepresentation());
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DSampler.php166 if (null !== $token->getRepresentation()) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DToken.php189 ->when($result = $token->getRepresentation())