public class LetInfo extends VariableInfo
| Constructor and Description |
|---|
LetInfo(LetExpression let) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionNode |
getDeclaration()
The expression that computes this variable's value.
|
java.lang.String |
getName() |
boolean |
isLet() |
getLocation, getSlot, getUsageCount, incrementUsageCount, setSlotpublic LetInfo(LetExpression let)
public java.lang.String getName()
getName in class VariableInfopublic boolean isLet()
isLet in class VariableInfopublic ExpressionNode getDeclaration()
VariableInfogetDeclaration in class VariableInfo