Example #1
0
 protected function ParseNodeAsExpression(INode $Node)
 {
     return $this->ParseNodeInternal($Node->GetOriginalNode());
 }