Package | Description |
---|---|
com.vladium.emma.instr | |
com.vladium.jcd.cls | |
com.vladium.jcd.cls.attribute |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
InstrVisitor.visit(IAttributeCollection attributes,
java.lang.Object ctx) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AttributeCollection |
Modifier and Type | Field and Description |
---|---|
private IAttributeCollection |
ClassDef.m_attributes |
private IAttributeCollection |
Method_info.m_attributes |
private IAttributeCollection |
Field_info.m_attributes |
Modifier and Type | Method and Description |
---|---|
IAttributeCollection |
ClassDef.getAttributes() |
IAttributeCollection |
Method_info.getAttributes() |
IAttributeCollection |
Field_info.getAttributes() |
static IAttributeCollection |
ElementFactory.newAttributeCollection(int capacity) |
Modifier and Type | Method and Description |
---|---|
int |
ClassDef.addField(java.lang.String name,
java.lang.String descriptor,
int access_flags,
IAttributeCollection attributes)
Adds a new declared field to this class [with given attributes]
|
java.lang.Object |
AbstractClassDefVisitor.visit(IAttributeCollection attributes,
java.lang.Object ctx) |
java.lang.Object |
IClassDefVisitor.visit(IAttributeCollection attributes,
java.lang.Object ctx) |
Constructor and Description |
---|
Field_info(int access_flags,
int name_index,
int descriptor_index,
IAttributeCollection attributes) |
Method_info(int access_flags,
int name_index,
int descriptor_index,
IAttributeCollection attributes) |
Modifier and Type | Field and Description |
---|---|
private IAttributeCollection |
CodeAttribute_info.m_attributes |
Modifier and Type | Method and Description |
---|---|
IAttributeCollection |
CodeAttribute_info.getAttributes() |
Constructor and Description |
---|
CodeAttribute_info(int attribute_name_index,
int max_stack,
int max_locals,
byte[] code,
IExceptionHandlerTable exceptionHandlerTable,
IAttributeCollection attributes) |