Package org.h2.bnf
Class RuleHead
- java.lang.Object
-
- org.h2.bnf.RuleHead
-
public class RuleHead extends java.lang.ObjectRepresents the head of a BNF rule.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RulegetRule()java.lang.StringgetSection()java.lang.StringgetTopic()
-
-
-
Method Detail
-
getTopic
public java.lang.String getTopic()
-
getRule
public Rule getRule()
-
getSection
public java.lang.String getSection()
-
-