Methods in jef.disconnection.impl that throw DisconnectionFailedException |
void |
DefaultFieldDisconnector.extract(FieldInfoStructure fieldInfo,
DisconnectedField disconnectedField,
DeepCopier deepCopier)
This method copies into the disconnectField instance provided as parameter the
fieldInfo object. |
void |
DefaultMethodDisconnector.extract(MethodInfoStructure methodInfo,
Dna srcDna,
DisconnectedMethod disconnectedMethod)
This method copies into the disconnectedMethod instance provided as parameter
the given methodInfo object. |
protected void |
DefaultMethodDisconnector.handleBytecode(CodeAttribute codeAttribute,
DisconnectedMethod disconnectedMethod,
ConstantPoolTable srcCpt,
Dna srcDna)
|
protected void |
DefaultMethodDisconnector.handleFieldOrMethodRef(DisconnectedMethod dm,
Dna srcDna,
ConstantPoolTable srcCpt,
int oldRef,
int newRef,
Instruction instruction)
|
protected void |
DefaultMethodDisconnector.handleFirstLevelRefs(MethodInfoStructure clonedMethodInfo,
boolean isInit,
DisconnectedMethod dm,
Dna srcDna)
|
protected void |
DefaultMethodDisconnector.innerExtract(MethodInfoStructure methodInfo,
Dna srcDna,
DisconnectedMethod disconnectedMethod)
Protected extraction method. |
protected void |
DefaultMethodDisconnector.innerExtractInit(MethodInfoStructure methodInfo,
Dna srcDna,
DisconnectedMethod disconnectedMethod)
|