Package org.erights.e.elang.visitors

Processes Kernel-E parse trees using the classic Visitor pattern.

See:
          Description

Interface Summary
ETreeVisitor Untamed:
 

Class Summary
AlphaRenameVisitor Untamed: Like RenameVisitor, but does an 'alpha-renaming'.
BindFramesVisitor Untamed:
BindNestedFramesVisitor  
BindOuterFramesVisitor  
CapSlang2JVisitor Untamed:
CopyVisitor Untamed:
DefBehaviorVisitor Safe: Transforms from Expanded-E (the output of the parser or quasi-parser) to Kernel-E (Bound-E but without PatternMap info).
KernelECopyVisitor Safe:
RenameVisitor Untamed: 'renamings' contains a set of oldName => newName pairs.
SubstVisitor Untamed:
 

Package org.erights.e.elang.visitors Description

Processes Kernel-E parse trees using the classic Visitor pattern.

Author:
Mark S. Miller


comments?