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

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