Overrides AbstractBinary::compile
public function compile(Compiler $compiler) : void { $compiler->raw('CoreExtension::matches(') ->subcompile($this->getNode('right')) ->raw(', ') ->subcompile($this->getNode('left')) ->raw(')'); }