Class Instruction.PredicateChoiceInstruction

java.lang.Object
org.sonar.sslr.internal.vm.Instruction
org.sonar.sslr.internal.vm.Instruction.PredicateChoiceInstruction
Enclosing class:
Instruction

public static final class Instruction.PredicateChoiceInstruction extends Instruction
Instruction dedicated for predicates. Behaves exactly as Instruction.ChoiceInstruction, but disables error reports.
  • Constructor Details

    • PredicateChoiceInstruction

      public PredicateChoiceInstruction(int offset)
  • Method Details