protected function formatFrom(INode $node) {
            $parameterList = [];
            $fromList = [];
            foreach ($this->fromNodeQuery->filter($node) as $fromNode) {
                $staticQuery = $this->fragment($fromNode);