Uses of Class
gnu.expr.IfExp
-
Packages that use IfExp Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages. -
-
Uses of IfExp in gnu.expr
Methods in gnu.expr with parameters of type IfExp Modifier and Type Method Description protected Expression
ANormalize. visitIfExp(IfExp exp, gnu.expr.ANormalize.Context context)
protected Expression
ChainLambdas. visitIfExp(IfExp exp, ScopeExp scope)
protected R
ExpVisitor. visitIfExp(IfExp exp, D d)
protected Expression
FindTailCalls. visitIfExp(IfExp exp, Expression returnContinuation)
protected Expression
InlineCalls. visitIfExp(IfExp exp, Type required)
protected Expression
PushApply. visitIfExp(IfExp exp, Void ignored)
-