Class LiteralRule

java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.bnf.ast.LiteralRule
All Implemented Interfaces:
Rule

public final class LiteralRule extends ValueObject implements Rule
Represents a literal rule.
  • Field Details

    • literal

      public final String literal
  • Constructor Details

    • LiteralRule

      public LiteralRule(String literal)
  • Method Details