Add field references, only for getstatic currently
This commit is contained in:
@@ -13,6 +13,11 @@ public abstract class PoolEntry
|
||||
this.type = type;
|
||||
}
|
||||
|
||||
public ConstantPool getPool()
|
||||
{
|
||||
return pool;
|
||||
}
|
||||
|
||||
public int getSlots()
|
||||
{
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user