|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use DisconnectedMethod | |
---|---|
jef.disconnection | |
jef.disconnection.impl | |
jef.injection | |
jef.injection.impl |
Uses of DisconnectedMethod in jef.disconnection |
---|
Methods in jef.disconnection with parameters of type DisconnectedMethod | |
---|---|
void |
MethodDisconnector.extract(MethodInfoStructure methodInfo,
Dna srcDna,
DisconnectedMethod disconnectedMethod)
This method copies into the disconnectMethod instance provided as parameter
the methodInfo object. |
Uses of DisconnectedMethod in jef.disconnection.impl |
---|
Classes in jef.disconnection.impl that implement DisconnectedMethod | |
---|---|
class |
DefaultDisconnectedMethod
Default implementation of the DisconnectedMethod interface. |
Methods in jef.disconnection.impl with parameters of type DisconnectedMethod | |
---|---|
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.handleInnerClassRef(ConstClass cInfo,
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)
|
protected void |
DefaultMethodDisconnector.spawnNewInnerClass(DisconnectedMethod dm,
java.lang.String fqicn)
|
Uses of DisconnectedMethod in jef.injection |
---|
Methods in jef.injection with parameters of type DisconnectedMethod | |
---|---|
void |
Injector.inject(Dna dstDna,
DisconnectedMethod dm)
This method injects a disconnected method into a destination DNA. |
Uses of DisconnectedMethod in jef.injection.impl |
---|
Methods in jef.injection.impl with parameters of type DisconnectedMethod | |
---|---|
void |
DefaultInjector.inject(Dna dstDna,
DisconnectedMethod dm)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |