Uses of Class
com.schibsted.spt.data.jslt.impl.VariableInfo
-
Packages that use VariableInfo Package Description com.schibsted.spt.data.jslt.impl 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.impl Modifier and Type Class Description classLetInfoclassParameterInfoFields in com.schibsted.spt.data.jslt.impl declared as VariableInfo Modifier and Type Field Description private VariableInfoLetExpression. infoprivate VariableInfoVariableExpression. infoFields in com.schibsted.spt.data.jslt.impl with type parameters of type VariableInfo Modifier and Type Field Description private java.util.Map<java.lang.String,VariableInfo>ScopeManager.ScopeFrame. variablesMethods in com.schibsted.spt.data.jslt.impl that return VariableInfo Modifier and Type Method Description VariableInfoScopeManager. registerVariable(LetExpression let)Registers a variable.VariableInfoScopeManager. resolveVariable(VariableExpression variable)VariableInfoScopeManager.ScopeFrame. resolveVariable(java.lang.String name)Methods in com.schibsted.spt.data.jslt.impl with parameters of type VariableInfo Modifier and Type Method Description intScopeManager.ScopeFrame. registerVariable(VariableInfo variable)
-