PHPSA\Definition\AbstractDefinition::isCompiled PHP Method

isCompiled() public method

public isCompiled ( ) : boolean
return boolean
    public function isCompiled()
    {
        return $this->compiled;
    }