public class CompiledCode
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CompiledCode.ExceptionTableEntry |
| Modifier and Type | Field and Description |
|---|---|
int |
attributes_count |
CompiledAttribute[] |
attributes_info |
byte[] |
code |
int |
code_length |
int |
exception_table_length |
int |
max_locals |
int |
max_stack |
public int max_stack
public int max_locals
public int code_length
public byte[] code
public int exception_table_length
public int attributes_count
public CompiledAttribute[] attributes_info