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 class
LetInfo
class
ParameterInfo
Fields in com.schibsted.spt.data.jslt.impl declared as VariableInfo Modifier and Type Field Description private VariableInfo
LetExpression. info
private VariableInfo
VariableExpression. info
Fields 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. variables
Methods in com.schibsted.spt.data.jslt.impl that return VariableInfo Modifier and Type Method Description VariableInfo
ScopeManager. registerVariable(LetExpression let)
Registers a variable.VariableInfo
ScopeManager. resolveVariable(VariableExpression variable)
VariableInfo
ScopeManager.ScopeFrame. resolveVariable(java.lang.String name)
Methods in com.schibsted.spt.data.jslt.impl with parameters of type VariableInfo Modifier and Type Method Description int
ScopeManager.ScopeFrame. registerVariable(VariableInfo variable)
-