Phlexy\Lexer\Stateful\Simple::hasPushedStates PHP Méthode

hasPushedStates() public méthode

public hasPushedStates ( )
    public function hasPushedStates()
    {
        return $this->currentStackPosition > 0;
    }