Package io.deephaven.engine.util
Class AbstractScriptSession.ScriptSessionQueryScope
java.lang.Object
io.deephaven.engine.context.QueryScope
io.deephaven.engine.util.AbstractScriptSession.ScriptSessionQueryScope
- All Implemented Interfaces:
LogOutputAppendable
- Direct Known Subclasses:
AbstractScriptSession.UnsynchronizedScriptSessionQueryScope
- Enclosing class:
- AbstractScriptSession<S extends AbstractScriptSession.Snapshot>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.engine.context.QueryScope
QueryScope.MissingVariableException, QueryScope.StandaloneImpl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidputObjectFields(Object object) Add an object's public members (referenced reflectively, not a shallow copy!) to this scope if supported.Methods inherited from class io.deephaven.engine.context.QueryScope
addObjectFields, addParam, append, createParam, getParamNames, getParams, getParamValue, hasParamName, putParam, readParamValue, readParamValue
-
Constructor Details
-
ScriptSessionQueryScope
-
-
Method Details
-
putObjectFields
Description copied from class:QueryScopeAdd an object's public members (referenced reflectively, not a shallow copy!) to this scope if supported. Note: This is an optional method.- Specified by:
putObjectFieldsin classQueryScope- Parameters:
object- object to add public members from.
-
scriptSession
-