sdr 0.21

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> SeqCall
Apply.accept(TransformVisitor<T> v, T t)
           
abstract
<T> AstNode
AstNode.accept(TransformVisitor<T> v, T t)
           
abstract
<T> Comp
Comp.accept(TransformVisitor<T> v, T t)
           
<T> Condition
Condition.accept(TransformVisitor<T> v, T t)
           
<T> Comp
If.accept(TransformVisitor<T> v, T t)
           
<T> Comp
In.accept(TransformVisitor<T> v, T t)
           
<T> Comp
Opt.accept(TransformVisitor<T> v, T t)
           
<T> OptCall
OptCall.accept(TransformVisitor<T> v, T t)
           
<T> Comp
Par.accept(TransformVisitor<T> v, T t)
           
<T> ParCall
ParCall.accept(TransformVisitor<T> v, T t)
           
<T> SeqCall
Part.accept(TransformVisitor<T> v, T t)
           
<T> SeqCall
Prim.accept(TransformVisitor<T> v, T t)
           
<T> Comp
Seq.accept(TransformVisitor<T> v, T t)
           
abstract
<T> SeqCall
SeqCall.accept(TransformVisitor<T> v, T t)
           
<T> Comp
Warped.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 Elaborate
          The Elaborate class does formation evaluation to eliminate Opt elements in the call tree and identify the dancers in Pars.
 class Fractional
           
 class RemoveIn
          Propagate 'inherent' time bottom-up: where prim and part = 1, and IN resets to its spec, whatever that is.
 


sdr 0.21

Copyright (c) 2006 C. Scott Ananian