Array stuff needs more thinking.

This commit is contained in:
Adam
2014-12-05 17:18:16 -05:00
parent ea366191ea
commit 463b6df138
4 changed files with 42 additions and 17 deletions

View File

@@ -21,6 +21,7 @@ public class ClassGroup
public ClassFile findClass(String name)
{
// XXX handle arrays
for (ClassFile c : classes)
if (c.getName().equals(name))
return c;