Public Methods | |
String | toString () |
Private Methods | |
DynamicMapEntry (Expr alloc, SootClass sootClass, ArrayType arrayType, Object key, int size, int arrayLen) | |
Private Attributes | |
Expr | alloc |
SootClass | sootClass |
ArrayType | arrayType |
Object | key |
int | size |
int | arrayLen |
int | id |
Static Private Attributes | |
int | count = 0 |
Binds an allocator site to the parameters of the collection that will hold its instances (key, size, array size).
Definition at line 46 of file DynamicMapEntry.java.