public class NextNotExpression extends Object implements ParsingExpression
Constructor and Description |
---|
NextNotExpression(ParsingExpression subExpression) |
Modifier and Type | Method and Description |
---|---|
Instruction[] |
compile(CompilationHandler compiler)
Compiles this expression into a sequence of instructions:
|
String |
toString() |
public NextNotExpression(ParsingExpression subExpression)
public Instruction[] compile(CompilationHandler compiler)
Choice L1 subExpression FailTwice L1: ...Should be noted that can be compiled without usage of instruction "FailTwice":
Choice L2 subExpression Commit L1 L1: Fail L2: ...
compile
in interface ParsingExpression
Copyright © 2009–2017 SonarSource. All rights reserved.