Uses of Interface
io.dialob.executor.model.Scope
-
Packages that use Scope Package Description io.dialob.executor.model io.dialob.program -
-
Uses of Scope in io.dialob.executor.model
Classes in io.dialob.executor.model that implement Scope Modifier and Type Class Description classImmutableScopeImmutable implementation ofScope.Methods in io.dialob.executor.model with parameters of type Scope Modifier and Type Method Description static ImmutableScopeImmutableScope. copyOf(Scope instance)Creates an immutable copy of aScopevalue.ImmutableScope.BuilderImmutableScope.Builder. from(Scope instance)Fill a builder with attribute values from the providedScopeinstance. -
Uses of Scope in io.dialob.program
Methods in io.dialob.program with parameters of type Scope Modifier and Type Method Description EvalContextDialobSessionEvalContext. withScope(Scope scope)EvalContextEvalContext. withScope(Scope scope)
-