Package re.ast

Interface Summary
PropagatingVisitor<DownType,UpType> An interface for a propagating AST visitor.
Visitor An interface for AST visitors.
 

Class Summary
REEmpty A class to represent "\epsilon", an empty regular expression.
RENode The base class of all AST nodes in this package.