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