Phlexy\Lexer\Stateful\Simple::hasPushedStates PHP 메소드

hasPushedStates() 공개 메소드

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