Uses of Class
jef.disconnection.exceptions.DisconnectionFailedException

Packages that use DisconnectionFailedException
jef.disconnection   
jef.disconnection.impl   
 

Uses of DisconnectionFailedException in jef.disconnection
 

Methods in jef.disconnection that throw DisconnectionFailedException
 void FieldDisconnector.extract(FieldInfoStructure fieldInfo, DisconnectedField disconnectedField, DeepCopier deepCopier)
          This method copies into the disconnectField instance provided as parameter the fieldInfo object.
 void MethodDisconnector.extract(MethodInfoStructure methodInfo, Dna srcDna, DisconnectedMethod disconnectedMethod)
          This method copies into the disconnectMethod instance provided as parameter the methodInfo object.
 

Uses of DisconnectionFailedException in jef.disconnection.impl
 

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)