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