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 Expression
ANormalize. visitBlockExp(BlockExp exp, gnu.expr.ANormalize.Context context)
protected R
ExpVisitor. visitBlockExp(BlockExp exp, D d)
protected Expression
FindTailCalls. visitBlockExp(BlockExp exp, Expression returnContinuation)
protected Expression
PushApply. visitBlockExp(BlockExp exp, Void ignored)
Constructors in gnu.expr with parameters of type BlockExp Constructor Description ExitExp(BlockExp block)
ExitExp(Expression result, BlockExp block)
-