More execution, including getstatic

This commit is contained in:
Adam
2014-12-02 15:36:06 -05:00
parent 37dac95ee0
commit 81095be5da
44 changed files with 1091 additions and 26 deletions

View File

@@ -70,6 +70,11 @@ public class ClassFile
return pool;
}
public Fields getFields()
{
return fields;
}
public String getName()
{
Class entry = (Class) pool.getEntry(this_class);