new execute stuff
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package info.sigterm.deob.pool;
|
||||
|
||||
import info.sigterm.deob.ConstantPool;
|
||||
import info.sigterm.deob.execution.Type;
|
||||
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
@@ -43,9 +44,9 @@ public class Long extends PoolEntry
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object getObject()
|
||||
public Type getTypeClass()
|
||||
{
|
||||
return value;
|
||||
return new Type(long.class.getCanonicalName());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user