Lines Matching refs:isMethod
1043 public function isMethod(): bool; function
1103 public function isMethod(): bool { function in FunctionName
1152 public function isMethod(): bool { function in MethodName
1296 public function isMethod(): bool function in FuncInfo
1298 return $this->name->isMethod();
1308 … return !($this->flags & Modifiers::STATIC) && $this->isMethod() && !$this->name->isConstructor();
1314 if (!$this->isMethod()) {
1435 if ($this->isMethod()) {
1446 if ($this->isMethod()) {
1530 if ($this->isMethod()) {
1569 if ($this->isMethod()) {
1603 if ($this->isMethod() === false && $this->supportsCompileTimeEval) {
1649 if ($this->isMethod()) {
2012 $fn = $doc->createElement($this->isMethod() ? 'methodname' : 'function');
2085 if ($this->isMethod()) {