Phlexy\Lexer\Stateful\Simple::hasPushedStates PHP Method

hasPushedStates() public method

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