public interface VariableSymbol extends Symbol
| Modifier and Type | Method and Description |
|---|---|
Type |
getLogicType()
Get logic type of symbol.
|
TypeExpression |
getType()
Get type of symbol.
|
void |
setLogicType(Type type)
Set logic type of symbol.
|
getDeclaration, getName, printTypeExpression getType()
void setLogicType(Type type)
type - the symbol's logic typeType getLogicType()