Uses of Class
gnu.expr.BlockExp
-
Packages that use BlockExp Package Description gnu.expr SupportsExpression, and various related classes need to compile programming languages. -
-
Uses of BlockExp in gnu.expr
Methods in gnu.expr with parameters of type BlockExp Modifier and Type Method Description protected ExpressionANormalize. visitBlockExp(BlockExp exp, gnu.expr.ANormalize.Context context)protected RExpVisitor. visitBlockExp(BlockExp exp, D d)protected ExpressionFindTailCalls. visitBlockExp(BlockExp exp, Expression returnContinuation)protected ExpressionPushApply. visitBlockExp(BlockExp exp, Void ignored)Constructors in gnu.expr with parameters of type BlockExp Constructor Description ExitExp(BlockExp block)ExitExp(Expression result, BlockExp block)
-