Uses of Class
com.schibsted.spt.data.jslt.impl.VariableInfo
Packages that use VariableInfo
Package
Description
This package contains implementation-internal interfaces and classes.
-
Uses of VariableInfo in com.schibsted.spt.data.jslt.impl
Subclasses of VariableInfo in com.schibsted.spt.data.jslt.implFields in com.schibsted.spt.data.jslt.impl declared as VariableInfoModifier and TypeFieldDescriptionprivate VariableInfo
LetExpression.info
private VariableInfo
VariableExpression.info
Fields in com.schibsted.spt.data.jslt.impl with type parameters of type VariableInfoModifier and TypeFieldDescriptionprivate Map
<String, VariableInfo> ScopeManager.ScopeFrame.variables
Methods in com.schibsted.spt.data.jslt.impl that return VariableInfoModifier and TypeMethodDescriptionScopeManager.registerVariable
(LetExpression let) Registers a variable.ScopeManager.resolveVariable
(VariableExpression variable) ScopeManager.ScopeFrame.resolveVariable
(String name) Methods in com.schibsted.spt.data.jslt.impl with parameters of type VariableInfoModifier and TypeMethodDescriptionint
ScopeManager.ScopeFrame.registerVariable
(VariableInfo variable)