Uses of Class
gnu.expr.SetExp
Packages that use SetExp
Package
Description
Supports
Expression,
and various related classes need to compile programming languages.-
Uses of SetExp in gnu.expr
Modifier and TypeMethodDescriptionstatic SetExpSetExp.makeDefinition(Declaration decl, Expression val) static SetExpSetExp.makeDefinition(Object symbol, Expression val) Modifier and TypeMethodDescriptionvoidDeclaration.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 SetExpModifier and TypeMethodDescriptionprotected ExpressionXQResolveNames.visitSetExp(SetExp exp, Void ignored)