Lines Matching refs:getAttribute
140 $kind = $node->getAttribute('kind', Scalar\String_::KIND_SINGLE_QUOTED);
143 $label = $node->getAttribute('docLabel');
162 $label = $node->getAttribute('docLabel');
181 if ($node->getAttribute('kind') === Scalar\String_::KIND_HEREDOC) {
182 $label = $node->getAttribute('docLabel');
206 $kind = $node->getAttribute('kind', Scalar\Int_::KIND_DEC);
488 $kind = $node->getAttribute('kind', Cast\Double::KIND_DOUBLE);
571 $syntax = $node->getAttribute('kind',
595 $syntax = $node->getAttribute('kind',
724 $kind = $node->getAttribute('kind', Expr\Exit_::KIND_DIE);
1014 $newline = $node->getAttribute('hasLeadingNewline', true) ? $this->newline : '';