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 SetExpSetExp. makeDefinition(Declaration decl, Expression val)static SetExpSetExp. makeDefinition(Object symbol, Expression val)Methods in gnu.expr with parameters of type SetExp Modifier and Type Method Description voidDeclaration. noteValueFromSet(SetExp setter)protected ExpressionANormalize. visitSetExp(SetExp exp, gnu.expr.ANormalize.Context context)protected ExpressionChainLambdas. visitSetExp(SetExp sexp, ScopeExp scope)protected RExpVisitor. visitSetExp(SetExp exp, D d)protected ExpressionFindCapturedVars. visitSetExp(SetExp exp, Void ignored)protected ExpressionFindTailCalls. visitSetExp(SetExp exp, Expression returnContinuation)protected ExpressionInlineCalls. visitSetExp(SetExp exp, Type required)protected ExpressionResolveNames. 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 ExpressionXQResolveNames. visitSetExp(SetExp exp, Void ignored)
-