Uses of Interface
net.sf.retrotranslator.runtime.impl.BytecodeTransformer

Packages that use BytecodeTransformer
net.sf.retrotranslator.runtime.impl   
net.sf.retrotranslator.transformer   
 

Uses of BytecodeTransformer in net.sf.retrotranslator.runtime.impl
 

Fields in net.sf.retrotranslator.runtime.impl declared as BytecodeTransformer
private static BytecodeTransformer ClassDescriptor.bytecodeTransformer
           
 

Methods in net.sf.retrotranslator.runtime.impl with parameters of type BytecodeTransformer
static void ClassDescriptor.setBytecodeTransformer(BytecodeTransformer transformer)
           
 

Uses of BytecodeTransformer in net.sf.retrotranslator.transformer
 

Classes in net.sf.retrotranslator.transformer that implement BytecodeTransformer
(package private)  class ClassTransformer