public class TokenValueExpression extends NativeExpression implements Matcher
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 |
|---|
TokenValueExpression(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Machine machine)
Executes this instruction.
|
String |
toString() |
compileaddAll, backCommit, backtrack, call, choice, commit, commitVerify, end, failTwice, ignoreErrors, jump, predicateChoice, retpublic TokenValueExpression(String value)
public void execute(Machine machine)
Instructionexecute in class InstructionCopyright © 2009–2018 SonarSource. All rights reserved.