Modifier and Type | Class and Description |
---|---|
static class |
CodeAttribute.ExceptionHandler |
Modifier and Type | Field and Description |
---|---|
Attribute[] |
attributes |
java.nio.ByteBuffer |
code |
CodeAttribute.ExceptionHandler[] |
exception_table |
int |
max_locals |
int |
max_stack |
static java.lang.String |
NAME |
Constructor and Description |
---|
CodeAttribute(int max_stack,
int max_locals,
java.nio.ByteBuffer code,
CodeAttribute.ExceptionHandler[] exception_table,
Attribute[] attributes) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name() |
(package private) static CodeAttribute |
parseCodeAttribute(java.io.DataInput in,
ConstantPool constant_pool) |
java.lang.String |
toString() |
public static final java.lang.String NAME
public final int max_stack
public final int max_locals
public final java.nio.ByteBuffer code
public final CodeAttribute.ExceptionHandler[] exception_table
public final Attribute[] attributes
CodeAttribute(int max_stack, int max_locals, java.nio.ByteBuffer code, CodeAttribute.ExceptionHandler[] exception_table, Attribute[] attributes)
public java.lang.String toString()
toString
in class java.lang.Object
static CodeAttribute parseCodeAttribute(java.io.DataInput in, ConstantPool constant_pool) throws java.io.IOException
java.io.IOException