org.sonar.sslr.internal.vm
Class Instruction.BackCommitInstruction

java.lang.Object
  extended by org.sonar.sslr.internal.vm.Instruction
      extended by org.sonar.sslr.internal.vm.Instruction.BackCommitInstruction
Enclosing class:
Instruction

public static final class Instruction.BackCommitInstruction
extends Instruction


Nested Class Summary
 
Nested classes/interfaces inherited from class org.sonar.sslr.internal.vm.Instruction
Instruction.BackCommitInstruction, Instruction.BacktrackInstruction, Instruction.CallInstruction, Instruction.ChoiceInstruction, Instruction.CommitInstruction, Instruction.CommitVerifyInstruction, Instruction.EndInstruction, Instruction.FailTwiceInstruction, Instruction.IgnoreErrorsInstruction, Instruction.JumpInstruction, Instruction.PredicateChoiceInstruction, Instruction.RetInstruction
 
Constructor Summary
Instruction.BackCommitInstruction(int offset)
           
 
Method Summary
 boolean equals(Object obj)
           
 void execute(Machine machine)
          Executes this instruction.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.sonar.sslr.internal.vm.Instruction
addAll, backCommit, backtrack, call, choice, commit, commitVerify, end, failTwice, ignoreErrors, jump, predicateChoice, ret
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Instruction.BackCommitInstruction

public Instruction.BackCommitInstruction(int offset)
Method Detail

execute

public void execute(Machine machine)
Description copied from class: Instruction
Executes this instruction.

Specified by:
execute in class Instruction

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009-2014 SonarSource. All Rights Reserved.