Uses of Class
gnu.expr.SetExp
-
Packages that use SetExp Package Description gnu.expr SupportsExpression
, 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 Modifier and Type Method Description static SetExp
SetExp. makeDefinition(Declaration decl, Expression val)
static SetExp
SetExp. makeDefinition(Object symbol, Expression val)
Methods in gnu.expr with parameters of type SetExp Modifier and Type Method Description void
Declaration. noteValueFromSet(SetExp setter)
protected Expression
ANormalize. visitSetExp(SetExp exp, gnu.expr.ANormalize.Context context)
protected Expression
ChainLambdas. visitSetExp(SetExp sexp, ScopeExp scope)
protected R
ExpVisitor. visitSetExp(SetExp exp, D d)
protected Expression
FindCapturedVars. visitSetExp(SetExp exp, Void ignored)
protected Expression
FindTailCalls. visitSetExp(SetExp exp, Expression returnContinuation)
protected Expression
InlineCalls. visitSetExp(SetExp exp, Type required)
protected Expression
ResolveNames. visitSetExp(SetExp exp, Void ignored)
-
Uses of SetExp in gnu.xquery.lang
Methods in gnu.xquery.lang with parameters of type SetExp Modifier and Type Method Description protected Expression
XQResolveNames. visitSetExp(SetExp exp, Void ignored)
-