Exakat\Analyzer\Analyzer::hasNoClass PHP Method

hasNoClass() public method

public hasNoClass ( )
    public function hasNoClass()
    {
        return $this->hasNoInstruction('Class');
    }
Analyzer