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 ExpressionANormalize. visitIfExp(IfExp exp, gnu.expr.ANormalize.Context context)protected ExpressionChainLambdas. visitIfExp(IfExp exp, ScopeExp scope)protected RExpVisitor. visitIfExp(IfExp exp, D d)protected ExpressionFindTailCalls. visitIfExp(IfExp exp, Expression returnContinuation)protected ExpressionInlineCalls. visitIfExp(IfExp exp, Type required)protected ExpressionPushApply. visitIfExp(IfExp exp, Void ignored)
-