java.lang.Object
technology.sola.script.resolver.Resolver
-
Constructor Summary
ConstructorsConstructorDescriptionResolver
(ScriptRuntime scriptRuntime) Creates an instance for desiredScriptRuntime
. -
Method Summary
Modifier and TypeMethodDescriptionProcesses variable scope resolutions for a list ofStmt
s in the attachedScriptRuntime
.
-
Constructor Details
-
Resolver
Creates an instance for desiredScriptRuntime
.- Parameters:
scriptRuntime
- the runtime this resolver is associated with
-
-
Method Details
-
resolve
Processes variable scope resolutions for a list ofStmt
s in the attachedScriptRuntime
.- Parameters:
statements
- the statements to resolve variables for- Returns:
- any
ScriptError
s that happened while resolving
-