public class IfExpressionExecutor extends ExpressionExecutor<com.github.kayjamlang.core.expressions.IfExpression>
| Constructor and Description |
|---|
IfExpressionExecutor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
provide(Executor mainProvider,
Context context,
Context argsContext,
com.github.kayjamlang.core.expressions.IfExpression expression) |
getType, getType, providepublic java.lang.Object provide(Executor mainProvider, Context context, Context argsContext, com.github.kayjamlang.core.expressions.IfExpression expression) throws java.lang.Exception
provide in class ExpressionExecutor<com.github.kayjamlang.core.expressions.IfExpression>java.lang.Exception