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 VariableInfoLetExpression.infoprivate VariableInfoVariableExpression.infoFields in com.schibsted.spt.data.jslt.impl with type parameters of type VariableInfoModifier and TypeFieldDescriptionprivate Map<String, VariableInfo> ScopeManager.ScopeFrame.variablesMethods 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 TypeMethodDescriptionintScopeManager.ScopeFrame.registerVariable(VariableInfo variable)