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