sdr 0.7

Uses of Class
net.cscott.sdr.calls.transform.TransformVisitor

Packages that use TransformVisitor
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. 
 

Uses of TransformVisitor in net.cscott.sdr.calls.ast
 

Methods in net.cscott.sdr.calls.ast with parameters of type TransformVisitor
<T> Comp
Seq.accept(TransformVisitor<T> v, T t)
           
<T> SeqCall
Prim.accept(TransformVisitor<T> v, T t)
           
<T> SeqCall
Part.accept(TransformVisitor<T> v, T t)
           
<T> ParCall
ParCall.accept(TransformVisitor<T> v, T t)
           
<T> Comp
Par.accept(TransformVisitor<T> v, T t)
           
<T> OptCall
OptCall.accept(TransformVisitor<T> v, T t)
           
<T> Comp
Opt.accept(TransformVisitor<T> v, T t)
           
<T> Comp
In.accept(TransformVisitor<T> v, T t)
           
<T> Comp
If.accept(TransformVisitor<T> v, T t)
           
abstract
<T> Comp
Comp.accept(TransformVisitor<T> v, T t)
           
<T> Expr
Expr.accept(TransformVisitor<T> v, T t)
           
abstract
<T> AstNode
AstNode.accept(TransformVisitor<T> v, T t)
          Visitor pattern implementation for transformations.
abstract
<T> SeqCall
SeqCall.accept(TransformVisitor<T> v, T t)
           
<T> SeqCall
Apply.accept(TransformVisitor<T> v, T t)
           
 

Uses of TransformVisitor in net.cscott.sdr.calls.transform
 

Subclasses of TransformVisitor in net.cscott.sdr.calls.transform
 class Finish
          Transformation implementing C1List.FINISH.
 class FirstPart
          Transformation implementing C4List._FIRST_PART (not on any list).
 class Fractional
          Transformation implementing BasicList._FRACTIONAL.
 class LikeA
          Transformation implementing C4List.LIKE_A.
 class PartsVisitor<T>
          Helper for transformations which treat separate parts of a call, like Fractional, Finish, and LikeA.
 class RemoveIn
          Push Ins down a call tree and adjust Prim timing where possible.
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian