Lines Matching defs:node
634 private function getNamespaceErrorAttributes(Namespace_ $node): array {
976 protected function fixupArrayDestructuring(Array_ $node): Expr\List_ {
992 protected function postprocessList(Expr\List_ $node): void {
1002 protected function fixupAlternativeElse($node): void {
1038 protected function checkParam(Param $node): void {
1047 protected function checkTryCatch(TryCatch $node): void {
1055 protected function checkNamespace(Namespace_ $node): void {
1088 protected function checkClass(Class_ $node, int $namePos): void {
1101 protected function checkInterface(Interface_ $node, int $namePos): void {
1106 protected function checkEnum(Enum_ $node, int $namePos): void {
1111 protected function checkClassMethod(ClassMethod $node, int $modifierPos): void {
1139 protected function checkClassConst(ClassConst $node, int $modifierPos): void {
1149 protected function checkUseUse(UseItem $node, int $namePos): void {