Some thinking about execution

This commit is contained in:
Adam
2014-12-01 14:37:19 -05:00
parent 0d50085e03
commit 228f650b6c
14 changed files with 131 additions and 18 deletions

View File

@@ -1,7 +1,5 @@
package info.sigterm.deob.attributes;
import info.sigterm.deob.Attributes;
import java.io.DataInputStream;
import java.io.IOException;
@@ -25,6 +23,11 @@ public class Attribute
return attributes;
}
public AttributeType getType()
{
return type;
}
public int getLength()
{
return length;