Searched refs:getRepresentation (Results 1 – 5 of 5) sorted by relevance
188 public function getRepresentation() function in Hoa\\Compiler\\Llk\\Rule\\Token209 $this->getRepresentation()
55 public function getRepresentation() { function in AST\\ElementInstance68 return $this->args()[0]->getRepresentation();73 return $this->definition()->getRepresentation($this);563 public function getRepresentation($elmInstance) { function in AST\\ElementDefinition570 $argsRepr[] = $arg->getRepresentation();
142 $this->assertNotNull($rebuiltExpr = $ast->getRepresentation());151 $this->assertNotNull($rebuiltExpr = $ast->getRepresentation());
166 if (null !== $token->getRepresentation()) {
189 ->when($result = $token->getRepresentation())