Package org.h2.bnf
Class RuleHead
- java.lang.Object
-
- org.h2.bnf.RuleHead
-
public class RuleHead extends java.lang.Object
Represents the head of a BNF rule.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rule
getRule()
java.lang.String
getSection()
java.lang.String
getTopic()
(package private) void
setRule(Rule rule)
-