Uses of Class
gnu.expr.IfExp

Packages that use IfExp
gnu.expr Supports Expression, and various related classes need to compile programming languages. 
 

Uses of IfExp in gnu.expr
 

Methods in gnu.expr with parameters of type IfExp
protected  Expression ExpWalker.walkIfExp(IfExp exp)
           
protected  Expression FindTailCalls.walkIfExp(IfExp exp)
           
protected  Expression InlineCalls.walkIfExp(IfExp exp)