public static final class Instruction.BackCommitInstruction extends 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 and Description |
|---|
BackCommitInstruction(int offset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
execute(Machine machine)
Executes this instruction.
|
int |
hashCode() |
String |
toString() |
addAll, backCommit, backtrack, call, choice, commit, commitVerify, end, failTwice, ignoreErrors, jump, predicateChoice, retpublic void execute(Machine machine)
Instructionexecute in class InstructionCopyright © 2009–2018 SonarSource. All rights reserved.