ix.util.xml
Class BNFSyntax.RHS

java.lang.Object
  extended by ix.util.xml.BNFSyntax.RHS
Direct Known Subclasses:
BNFSyntax.Alternatives, BNFSyntax.Instance
Enclosing class:
BNFSyntax

abstract class BNFSyntax.RHS
extends java.lang.Object

The right-hand side of a syntax rule. Note that an RHS is not always the entire right-hand side of a rule. Sometimes an RHS will appear inside a larger RHS instead. In an BNFSyntax.Alternatives, for example.


Constructor Summary
BNFSyntax.RHS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BNFSyntax.RHS

BNFSyntax.RHS()