public class BoundVariableSymbol extends BoundSymbol
| Constructor and Description |
|---|
BoundVariableSymbol(String name,
BoundScope declaringScope,
SourceAnchor declarationAnchor,
BoundTypeRef variableType,
boolean isConstant) |
| Modifier and Type | Method and Description |
|---|---|
ESymbolKind |
getSymbolKind() |
BoundTypeRef |
getVariableType() |
boolean |
isConstant() |
getDeclarationAnchor, getDeclaringScope, getName, toStringpublic BoundVariableSymbol(String name, BoundScope declaringScope, SourceAnchor declarationAnchor, BoundTypeRef variableType, boolean isConstant)
public BoundTypeRef getVariableType()
public boolean isConstant()
public ESymbolKind getSymbolKind()
getSymbolKind in class BoundSymbol