Invokeinterface, among others

This commit is contained in:
Adam
2014-12-09 02:00:10 -05:00
parent 463b6df138
commit a998491133
17 changed files with 186 additions and 50 deletions

View File

@@ -39,14 +39,6 @@ public class Frame
{
return variables;
}
public void init(Object[] args)
{
for (Object o : args)
stack.push(o);
execute();
}
public void execute()
{