Uses of Class
dev.metaschema.core.metapath.function.CalledContext
Packages that use CalledContext
Package
Description
Provides the core Metapath expression language implementation.
-
Uses of CalledContext in dev.metaschema.core.metapath
Methods in dev.metaschema.core.metapath with parameters of type CalledContextModifier and TypeMethodDescriptionvoidDynamicContext.cacheResult(CalledContext callingContext, ISequence<?> result) Cache a function call result for a that has the propertyIFunction.FunctionProperty.DETERMINISTIC.ISequence<?>DynamicContext.getCachedResult(CalledContext callingContext) Get the cached function call result for evaluating a function that has the propertyIFunction.FunctionProperty.DETERMINISTIC.