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