sdr 0.21

Uses of Class
net.cscott.sdr.calls.ast.If

Packages that use If
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 If in net.cscott.sdr.calls.ast
 

Methods in net.cscott.sdr.calls.ast that return If
 If If.build(Condition condition, Comp child)
          Factory: creates new If only if it would differ from this.
 

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

Methods in net.cscott.sdr.calls.transform with parameters of type If
abstract  RESULT ValueVisitor.visit(If iff, CLOSURE t)
           
 Comp Elaborate.visit(If iff, Formation f)
           
 Comp TransformVisitor.visit(If iff, T t)
           
 


sdr 0.21

Copyright (c) 2006 C. Scott Ananian