Uses of Class
cloud.opencode.base.expression.context.ChainedContext
Packages that use ChainedContext
-
Uses of ChainedContext in cloud.opencode.base.expression.context
Methods in cloud.opencode.base.expression.context that return ChainedContextModifier and TypeMethodDescriptionChainedContext.Builder.build()Build the context 构建上下文static ChainedContextChainedContext.of(EvaluationContext parent) Create chained context from parent 从父上下文创建链式上下文static ChainedContextChainedContext.of(EvaluationContext parent, Object rootObject) Create chained context from parent with root object 从父上下文和根对象创建链式上下文