Package | Description |
---|---|
com.vladium.jcd.cls | |
com.vladium.jcd.cls.attribute |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ConstantCollection |
Modifier and Type | Field and Description |
---|---|
private IConstantCollection |
ClassDef.m_constants |
Modifier and Type | Method and Description |
---|---|
IConstantCollection |
ClassDef.getConstants() |
static IConstantCollection |
ElementFactory.newConstantCollection(int capacity) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractClassDefVisitor.visit(IConstantCollection constants,
java.lang.Object ctx) |
java.lang.Object |
IClassDefVisitor.visit(IConstantCollection constants,
java.lang.Object ctx) |
Constructor and Description |
---|
Field_info(IConstantCollection constants,
UDataInputStream bytes) |
Method_info(IConstantCollection constants,
UDataInputStream bytes) |
Modifier and Type | Method and Description |
---|---|
static Attribute_info |
Attribute_info.new_Attribute_info(IConstantCollection constants,
UDataInputStream bytes)
Parses out a single Attribute_info element out of .class data in
'bytes'.
|
Constructor and Description |
---|
CodeAttribute_info(IConstantCollection constants,
int attribute_name_index,
long attribute_length,
UDataInputStream bytes) |