Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php1025 $error->setAttributes($this->getAttributesAt($modifierPos));
1030 protected function checkModifier(int $a, int $b, int $modifierPos): void { argument
1035 $error->setAttributes($this->getAttributesAt($modifierPos));
1119 $this->getAttributesAt($modifierPos)));
1124 $this->getAttributesAt($modifierPos)));
1129 $this->getAttributesAt($modifierPos)));
1137 $this->getAttributesAt($modifierPos)));
1141 protected function checkClassConst(ClassConst $node, int $modifierPos): void { argument
1146 $this->getAttributesAt($modifierPos)));
1188 $error->setAttributes($this->getAttributesAt($modifierPos));
[all …]

Completed in 6 milliseconds