Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DToken.php85 protected $_ast = null; variable in Hoa\\Compiler\\Llk\\Rule\\Token
207 if (null === $this->_ast) {
208 $this->_ast = static::$_regexCompiler->parse(
213 return $this->_ast;