dims[i] = list[i].toInt();
}
return Any.create(Array.newInstance(_class, dims));
} else {
Type type = (Type)_declarations.get(index.toString());
if (type != null) {
switch(type.getType()) {
case Type.STATIC_VARIABLE:
case Type.CONSTANT_VARIABLE:
return ((VariableType)type).getValue();
case Type.CLASS:
case Type.INTERFACE: