|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CodeAttribute | |
|---|---|
| jef.disconnection.impl | |
| jef.dna.attributes | |
| jef.dna.attributes.impl | |
| Uses of CodeAttribute in jef.disconnection.impl |
|---|
| Methods in jef.disconnection.impl that return CodeAttribute | |
|---|---|
protected CodeAttribute |
DefaultMethodDisconnector.handleAttributes(MethodInfoStructure clonedMethodInfo,
boolean isInit)
|
protected CodeAttribute |
DefaultMethodDisconnector.handleCodeAttribute(Attribute attr,
boolean isInit)
|
| Methods in jef.disconnection.impl with parameters of type CodeAttribute | |
|---|---|
protected void |
DefaultMethodDisconnector.handleBytecode(CodeAttribute codeAttribute,
DisconnectedMethod disconnectedMethod,
ConstantPoolTable srcCpt,
Dna srcDna)
|
| Uses of CodeAttribute in jef.dna.attributes |
|---|
| Methods in jef.dna.attributes that return CodeAttribute | |
|---|---|
CodeAttribute |
LineNumberTableAttribute.getAttributeContainer()
Get the CodeAttrbute which contains the current
LineNumberTableAttribute. |
CodeAttribute |
ExceptionTableEntry.getAttributeContainer()
Get the reference to the CodeAttribute this ExceptionTableEntry
is held by. |
CodeAttribute |
LocalVariableTableAttribute.getAttributeContainer()
Get the reference to the CodeAttribute containing the current
LocalVariableTableAttribute. |
| Methods in jef.dna.attributes with parameters of type CodeAttribute | |
|---|---|
void |
LineNumberTableAttribute.setAttributeContainer(CodeAttribute attr)
Set the CodeAttrbute which contains the current
LineNumberTableAttribute. |
void |
ExceptionTableEntry.setAttributeContainer(CodeAttribute attribute)
Set the reference to the CodeAttribute this ExceptionTableEntry
is held by. |
void |
LocalVariableTableAttribute.setAttributeContainer(CodeAttribute attribute)
Set the reference to the CodeAttribute containing the current
LocalVariableTableAttribute. |
| Uses of CodeAttribute in jef.dna.attributes.impl |
|---|
| Classes in jef.dna.attributes.impl that implement CodeAttribute | |
|---|---|
class |
Code
The Code class represents a Code Attribute as defined by the JVM Class file
Specification. |
| Methods in jef.dna.attributes.impl that return CodeAttribute | |
|---|---|
CodeAttribute |
LineNumberTableAttribute.getAttributeContainer()
|
CodeAttribute |
LocalVariableTableAttribute.getAttributeContainer()
|
CodeAttribute |
ExceptionTableEntry.getAttributeContainer()
|
| Methods in jef.dna.attributes.impl with parameters of type CodeAttribute | |
|---|---|
void |
LineNumberTableAttribute.setAttributeContainer(CodeAttribute attribute)
|
void |
LocalVariableTableAttribute.setAttributeContainer(CodeAttribute attribute)
|
void |
ExceptionTableEntry.setAttributeContainer(CodeAttribute attribute)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||