public class VariableLinkExpressionExecutor extends ExpressionExecutor<com.github.kayjamlang.core.expressions.VariableLinkExpression>
| Constructor and Description |
|---|
VariableLinkExpressionExecutor() |
| Modifier and Type | Method and Description |
|---|---|
com.github.kayjamlang.core.Type |
getType(com.github.kayjamlang.core.provider.MainExpressionProvider<java.lang.Object,Context,MainContext> mainProvider,
Context context,
Context argsContext,
com.github.kayjamlang.core.expressions.VariableLinkExpression expression) |
java.lang.Object |
provide(Executor mainProvider,
Context context,
Context argsContext,
com.github.kayjamlang.core.expressions.VariableLinkExpression expression) |
getType, providepublic java.lang.Object provide(Executor mainProvider, Context context, Context argsContext, com.github.kayjamlang.core.expressions.VariableLinkExpression expression) throws KayJamNotFoundException
provide in class ExpressionExecutor<com.github.kayjamlang.core.expressions.VariableLinkExpression>KayJamNotFoundExceptionpublic com.github.kayjamlang.core.Type getType(com.github.kayjamlang.core.provider.MainExpressionProvider<java.lang.Object,Context,MainContext> mainProvider, Context context, Context argsContext, com.github.kayjamlang.core.expressions.VariableLinkExpression expression) throws com.github.kayjamlang.core.exceptions.TypeException
getType in class ExpressionExecutor<com.github.kayjamlang.core.expressions.VariableLinkExpression>com.github.kayjamlang.core.exceptions.TypeException