public class AttributeEnclosingMethod extends Attribute
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTRIBUTE_NAME |
private int |
classIndex |
private int |
length |
private int |
methodIndex |
private static long |
OFFSET_OF_ATTRIBUTE_LENGTH |
private static long |
OFFSET_OF_REMAINDER |
Constructor and Description |
---|
AttributeEnclosingMethod(ByteData raw) |
Modifier and Type | Method and Description |
---|---|
Dumper |
dump(Dumper d) |
int |
getClassIndex() |
int |
getMethodIndex() |
long |
getRawByteLength() |
java.lang.String |
getRawName() |
java.lang.String |
toString() |
collectTypeUsages
public static final java.lang.String ATTRIBUTE_NAME
private static final long OFFSET_OF_ATTRIBUTE_LENGTH
private static final long OFFSET_OF_REMAINDER
private final int length
private final int classIndex
private final int methodIndex
public AttributeEnclosingMethod(ByteData raw)
public java.lang.String getRawName()
public long getRawByteLength()
public java.lang.String toString()
toString
in class java.lang.Object
public int getClassIndex()
public int getMethodIndex()