public class VariableStorage extends ScopeStorage<Variable>
Constructor and Description |
---|
VariableStorage() |
Modifier and Type | Method and Description |
---|---|
Variable |
declare(java.lang.String name,
Type type) |
Variable |
declare(java.lang.String name,
Type type,
java.lang.Object typeSource) |