sdr 0.7

Uses of Package
net.cscott.sdr.calls.transform

Packages that use net.cscott.sdr.calls.transform
net.cscott.sdr.calls.ast This package contains the abstract syntax used for call definition and evaluation. 
net.cscott.sdr.calls.transform This package contains code to parse call lists and transform call abstract syntax in various ways. 
 

Classes in net.cscott.sdr.calls.transform used by net.cscott.sdr.calls.ast
TransformVisitor
          TransformVisitor is a superclass to eliminate common code when writing tree transformations.
ValueVisitor
          ValueVisitor is a superclass to eliminate common code when writing tree transformations.
 

Classes in net.cscott.sdr.calls.transform used by net.cscott.sdr.calls.transform
Finish
          Transformation implementing C1List.FINISH.
PartsVisitor
          Helper for transformations which treat separate parts of a call, like Fractional, Finish, and LikeA.
TransformVisitor
          TransformVisitor is a superclass to eliminate common code when writing tree transformations.
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian