Uses of Class
org.openlca.expressions.Scope
Packages that use Scope
-
Uses of Scope in org.openlca.expressions
Methods in org.openlca.expressions that return ScopeModifier and TypeMethodDescriptionFormulaInterpreter.createScope(long id) Creates a new scope with the given ID in the global scope.FormulaInterpreter.createScope(long id, Scope parent) Creates a new scope with the given ID in the parent scope.FormulaInterpreter.getGlobalScope()Returns the global scope of the interpreter.FormulaInterpreter.getOrCreate(long id) FormulaInterpreter.getScopeOrGlobal(long id) Get the scope for the given ID or the global scope if no such scope exists.Methods in org.openlca.expressions that return types with arguments of type ScopeModifier and TypeMethodDescriptionFormulaInterpreter.getScope(long id) Returns the scope with the given ID or null if no such scope is defined.Methods in org.openlca.expressions with parameters of type Scope -
Uses of Scope in org.openlca.expressions.functions
Methods in org.openlca.expressions.functions with parameters of type Scope