I want to create a HashMap inside a class in a Jasmin, it's equivalent Java would be :
class grammar {
Hashmap <String, Integer> memory= new Hashmap <String, Integer>;
}
Something to do with
Ljava/util/HashMap
Any help would be appreciated
I want to create a HashMap inside a class in a Jasmin, it's equivalent Java would be :
class grammar {
Hashmap <String, Integer> memory= new Hashmap <String, Integer>;
}
Something to do with
Ljava/util/HashMap
Any help would be appreciated