|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.util.xml.BNFSyntax.RHS ix.util.xml.BNFSyntax.Alternatives
class BNFSyntax.Alternatives
A RHS that represents a disjunction of BNFSyntax.Instance
s.
The instances should be ones that print as the name of a nonterminal
or as a simple literal value, when used as values.
Constructor Summary | |
---|---|
BNFSyntax.Alternatives(BNFSyntax.Instance inst)
|
|
BNFSyntax.Alternatives(java.util.List<BNFSyntax.Instance> alts)
|
Method Summary | |
---|---|
(package private) java.util.List<BNFSyntax.Instance> |
getAlts()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
BNFSyntax.Alternatives(BNFSyntax.Instance inst)
BNFSyntax.Alternatives(java.util.List<BNFSyntax.Instance> alts)
Method Detail |
---|
java.util.List<BNFSyntax.Instance> getAlts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |