| org.objectweb.speedo.generation.enhancer.common.CodeRenamer
CodeRenamer | public class CodeRenamer extends CodeAdapter (Code) | | Modifies instructions that reference the old class in order to use the
new class name.
author: S.Chassande-Barrioz |
CodeRenamer | public CodeRenamer(CodeVisitor cv, String old, String neo)(Code) | | Creates a new
CodeRenamer .
Parameters: old - is the old name of the class Parameters: neo - is the new name of the class Parameters: cv - the visitor to be used to generate the modified code |
visitTypeInsn | public void visitTypeInsn(int i, String s)(Code) | | |
|
|