|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.util.xml.BNFSyntax.Rule
class BNFSyntax.Rule
A syntax rule. The right-hand side is an instance of a RHS subclass; the left-hand side is just (the name of) a nonterminal.
Field Summary | |
---|---|
(package private) java.lang.String |
nonterminal
|
(package private) BNFSyntax.RHS |
rhs
|
Constructor Summary | |
---|---|
BNFSyntax.Rule(ClassDescr cd)
|
|
BNFSyntax.Rule(java.lang.String nt,
BNFSyntax.RHS rhs)
|
Method Summary | |
---|---|
(package private) BNFSyntax.RHS |
makeRHS(ClassDescr cd)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String nonterminal
BNFSyntax.RHS rhs
Constructor Detail |
---|
BNFSyntax.Rule(java.lang.String nt, BNFSyntax.RHS rhs)
BNFSyntax.Rule(ClassDescr cd)
Method Detail |
---|
BNFSyntax.RHS makeRHS(ClassDescr cd)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |