Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php1023 $error->setAttributes($this->getAttributesAt($modifierPos));
1028 protected function checkModifier(int $a, int $b, int $modifierPos): void { argument
1033 $error->setAttributes($this->getAttributesAt($modifierPos));
1117 $this->getAttributesAt($modifierPos)));
1122 $this->getAttributesAt($modifierPos)));
1127 $this->getAttributesAt($modifierPos)));
1135 $this->getAttributesAt($modifierPos)));
1139 protected function checkClassConst(ClassConst $node, int $modifierPos): void { argument
1144 $this->getAttributesAt($modifierPos)));
1186 $error->setAttributes($this->getAttributesAt($modifierPos));
[all …]

Completed in 6 milliseconds