Uses of Class
gnu.expr.SetExp

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

Uses of SetExp in gnu.expr
 

Methods in gnu.expr that return SetExp
static SetExp SetExp.makeDefinition(Declaration decl, Expression val)
           
static SetExp SetExp.makeDefinition(java.lang.Object symbol, Expression val)
           
 

Methods in gnu.expr with parameters of type SetExp
protected  Expression FindCapturedVars.walkSetExp(SetExp exp)
           
protected  Expression ResolveNames.walkSetExp(SetExp exp)
           
protected  Expression ExpWalker.walkSetExp(SetExp exp)
           
protected  Expression FindTailCalls.walkSetExp(SetExp exp)
           
 

Uses of SetExp in gnu.xquery.lang
 

Methods in gnu.xquery.lang with parameters of type SetExp
protected  Expression XQResolveNames.walkSetExp(SetExp exp)