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

popState() 공개 메소드

public popState ( )
    public function popState()
    {
        $state = $this->stateStack[--$this->currentStackPosition];
        $this->currentStateData = $this->stateData[$state];
    }