Uses of Class
jef.deepCopier.exceptions.DeepCopyException

Packages that use DeepCopyException
jef.deepCopier   
jef.deepCopier.impl   
jef.disconnection.impl   
jef.test   
 

Uses of DeepCopyException in jef.deepCopier
 

Methods in jef.deepCopier that throw DeepCopyException
 int DeepCopier.deepCopy(int index)
          Copies the chain of cp_infos starting at index from the srcCpt to the dstCpt.
 int DeepCopier.deepCopy(int index, boolean duplicate)
           
 

Uses of DeepCopyException in jef.deepCopier.impl
 

Methods in jef.deepCopier.impl that throw DeepCopyException
 int StatefulDeepCopier.deepCopy(int index)
           
 int StatefulDeepCopier.deepCopy(int index, boolean duplicate)
          Copies the chain of cp_infos starting at index from the srcCpt to the dstCpt.
 

Uses of DeepCopyException in jef.disconnection.impl
 

Methods in jef.disconnection.impl that throw DeepCopyException
protected  CodeAttribute DefaultMethodDisconnector.handleAttributes(MethodInfoStructure clonedMethodInfo, boolean isInit)
           
protected  void DefaultMethodDisconnector.handleBytecode(CodeAttribute codeAttribute, DisconnectedMethod disconnectedMethod, ConstantPoolTable srcCpt, Dna srcDna)
           
protected  CodeAttribute DefaultMethodDisconnector.handleCodeAttribute(Attribute attr, boolean isInit)
           
protected  void DefaultMethodDisconnector.handleDeprecatedAttribute(DeprecatedAttribute attr)
           
protected  void DefaultMethodDisconnector.handleExceptionAttribute(ExceptionsAttribute attr)
           
protected  void DefaultMethodDisconnector.handleFirstLevelRefs(MethodInfoStructure clonedMethodInfo, boolean isInit, DisconnectedMethod dm, Dna srcDna)
           
protected  void DefaultMethodDisconnector.handleInnerClassRef(ConstClass cInfo, DisconnectedMethod dm, Dna srcDna)
           
protected  void DefaultMethodDisconnector.handleLineNumberTableAttribute(LineNumberTableAttribute attr, boolean isInit)
           
protected  void DefaultMethodDisconnector.handleLocalVariableTableAttribute(LocalVariableTableAttribute attr, boolean isInit)
           
protected  void DefaultMethodDisconnector.handleSyntheticAttribute(SyntheticAttribute attr)
           
 

Uses of DeepCopyException in jef.test
 

Methods in jef.test that throw DeepCopyException
static void DeepCopyTest.main(java.lang.String[] args)