Example #1
0
 @Override
 protected void doTabAction() throws InterpretWSException {
   imfTab.execute();
 }
Example #2
0
 @Override
 protected void doLineFeedAction() throws InterpretWSException {
   logger.debug("Instruction modification: Flow");
   flowState.execute();
 }
Example #3
0
 @Override
 protected void doSpaceAction() throws InterpretWSException {
   logger.debug("Instruction modification: Stack");
   stackState.execute();
 }
Example #4
0
  public void execute() throws InterpretWSException {
    FiniteStateMachine finiteStateMachine = FiniteStateMachine.getFiniteStateMachine();

    finiteStateMachine.resetCurrentInstruction();
    super.execute();
  }