Home
last modified time | relevance | path

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

/plugin/ifauthex/lib/
H A Dgrammar.php96 public function ensureWellFormed($elmInstance) { function in SubExpr
97 parent::ensureWellFormed($elmInstance);
112 public function ensureWellFormed($elmInstance) { function in OpInGroup
113 parent::ensureWellFormed($elmInstance);
H A Dparser.php62 $this->ensureWellFormed(false);
183 public function ensureWellFormed($recursive=true) { function in AST\\ElementInstance
194 $this->definition()->ensureWellFormed($this);
199 $arg->ensureWellFormed($recursive);
215 $this->ensureWellFormed(false);
550 $this->ensureWellFormed($elmInstance);
564 $this->ensureWellFormed($elmInstance);
603 public function ensureWellFormed($elmInstance) { function in AST\\ElementDefinition
/plugin/ifauthex/_test/
H A Dgeneral.test.php205 $ast->ensureWellFormed();