java.lang.Object
daomephsta.unpick.constantmappers.datadriven.tree.UnpickV3Visitor
daomephsta.unpick.constantmappers.datadriven.parser.v3.UnpickV3Remapper

public abstract class UnpickV3Remapper extends UnpickV3Visitor
Remaps all class, field, and method names in a .unpick v3 file. Visitor methods will be called on the downstream visitor with the remapped names.
  • Constructor Details

    • UnpickV3Remapper

      public UnpickV3Remapper(UnpickV3Visitor downstream)
      Warning: class names use "." format, not "/" format. classesInPackage should contain all the classes in each package, including unmapped ones. The classes in this map are unqualified by the package name (because the package name is already in the key of the map entry).
  • Method Details