Class PHPStan\Node\ClassMethod

extends ClassMethod
Methods
Methods inherited from PhpParser\Node\Stmt\ClassMethod
getSubNodeNames(), returnsByRef(), getParams(), getReturnType(), getStmts(), getAttrGroups(), isPublic(), isProtected(), isPrivate(), isAbstract(), isFinal(), isStatic(), isMagic(), getType()
Methods inherited from PhpParser\NodeAbstract
getLine(), getStartLine(), getEndLine(), getStartTokenPos(), getEndTokenPos(), getStartFilePos(), getEndFilePos(), getComments(), getDocComment(), setDocComment(), setAttribute(), hasAttribute(), getAttribute(), getAttributes(), setAttributes(), jsonSerialize()
Properties inherited from PhpParser\Node\Stmt\ClassMethod
$flags, $byRef, $name, $params, $returnType, $stmts, $attrGroups
Properties inherited from PhpParser\NodeAbstract
$attributes