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