Start of constant parameter stuff

This commit is contained in:
Adam
2015-07-30 16:39:48 -04:00
parent f27e410f5b
commit 5478fc7385
14 changed files with 227 additions and 23 deletions

View File

@@ -54,4 +54,10 @@ public class Integer extends PoolEntry
{
out.writeInt(value);
}
@Override
public Object getObject()
{
return value;
}
}