Package com.schibsted.spt.data.jslt.impl
Class LetInfo
java.lang.Object
com.schibsted.spt.data.jslt.impl.VariableInfo
com.schibsted.spt.data.jslt.impl.LetInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.schibsted.spt.data.jslt.impl.VariableInfo
getLocation, getSlot, getUsageCount, incrementUsageCount, setSlot
-
Field Details
-
let
-
-
Constructor Details
-
LetInfo
-
-
Method Details
-
getName
- Specified by:
getName
in classVariableInfo
-
isLet
public boolean isLet()- Overrides:
isLet
in classVariableInfo
-
getDeclaration
Description copied from class:VariableInfo
The expression that computes this variable's value. null for parameters, because in that case we don't know the expression.- Overrides:
getDeclaration
in classVariableInfo
-