public class CastExpressionExecutor extends ExpressionExecutor<com.github.kayjamlang.core.expressions.CastExpression>
| Constructor and Description |
|---|
CastExpressionExecutor() |
| 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.CastExpression expression) |
java.lang.Object |
provide(Executor mainProvider,
Context context,
Context argsContext,
com.github.kayjamlang.core.expressions.CastExpression expression) |
getType, providepublic java.lang.Object provide(Executor mainProvider, Context context, Context argsContext, com.github.kayjamlang.core.expressions.CastExpression expression) throws java.lang.Exception
provide in class ExpressionExecutor<com.github.kayjamlang.core.expressions.CastExpression>java.lang.Exceptionpublic 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.CastExpression expression) throws com.github.kayjamlang.core.exceptions.TypeException
getType in class ExpressionExecutor<com.github.kayjamlang.core.expressions.CastExpression>com.github.kayjamlang.core.exceptions.TypeException