@Override protected void doTabAction() throws InterpretWSException { imfTab.execute(); }
@Override protected void doLineFeedAction() throws InterpretWSException { logger.debug("Instruction modification: Flow"); flowState.execute(); }
@Override protected void doSpaceAction() throws InterpretWSException { logger.debug("Instruction modification: Stack"); stackState.execute(); }
public void execute() throws InterpretWSException { FiniteStateMachine finiteStateMachine = FiniteStateMachine.getFiniteStateMachine(); finiteStateMachine.resetCurrentInstruction(); super.execute(); }