org.sonar.sslr.internal.vm.lexerful
Class AdjacentExpression
java.lang.Object
org.sonar.sslr.internal.vm.Instruction
org.sonar.sslr.internal.vm.NativeExpression
org.sonar.sslr.internal.vm.lexerful.AdjacentExpression
- All Implemented Interfaces:
- Matcher, ParsingExpression
public class AdjacentExpression
- extends NativeExpression
| 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 |
| Methods inherited from class org.sonar.sslr.internal.vm.Instruction |
addAll, backCommit, backtrack, call, choice, commit, commitVerify, end, failTwice, ignoreErrors, jump, predicateChoice, ret |
INSTANCE
public static final AdjacentExpression INSTANCE
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
Copyright © 2009-2014 SonarSource. All Rights Reserved.