Package org.h2.bnf

Class RuleHead

java.lang.Object
org.h2.bnf.RuleHead

public class RuleHead extends Object
Represents the head of a BNF rule.
  • Field Details

    • section

      private final String section
    • topic

      private final String topic
    • rule

      private Rule rule
  • Constructor Details

  • Method Details

    • getTopic

      public String getTopic()
    • getRule

      public Rule getRule()
    • setRule

      void setRule(Rule rule)
    • getSection

      public String getSection()