Uses of Package
net.md_5.specialsource

Packages that use net.md_5.specialsource
  • Class
    Description
    Represents symbol access specifiers to be added or removed Access change format: - visibility upgrade (required) -- public, protected, private ('*', no change), or default (package-private) -- additional optional flag(s), preceded by '+' to set, '-' to clear Example: public-final+synchronized = upgrade to public, clear final, set synchronized
    Access mapper - for modifying access flags on symbols Supports loading _at.cfg files in the following format: comments beginning with '#' extending to end of line symbol pattern, space, then access changes Symbol pattern format:
     
     
    This class wraps one or more JarFiles enabling quick access to the jar's main class, as well as the ability to get the InputStream of a class file, and speedy lookups to see if the jar contains the specified class.
     
     
     
    A class which can be used to represent a field, method, or anything else which has an owner, a name and a descriptor.
    "Pre-process" a class file, intended to be used before remapping with JarRemapper.
    Wraps a CustomRemapper with "true" access lookup.
  • Class
    Description
     
  • Class
    Description
    A class which can be used to represent a field, method, or anything else which has an owner, a name and a descriptor.