PhpParser\Node\Stmt\ClassConst::isStatic PHP Method

isStatic() public method

public isStatic ( )
    public function isStatic()
    {
        return (bool) ($this->flags & Class_::MODIFIER_STATIC);
    }