public void visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo)
    {
        // Remap the code offset and length.
        int newStartPC = remapInstructionOffset(localVariableTypeInfo.u2startPC);
        int newEndPC   = remapInstructionOffset(localVariableTypeInfo.u2startPC +