Uses of Package
net.md_5.specialsource
Packages that use net.md_5.specialsource
Package
Description
-
Classes in net.md_5.specialsource used by net.md_5.specialsourceClassDescriptionRepresents 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 synchronizedAccess 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 theInputStreamof 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 aCustomRemapperwith "true" access lookup. -
Classes in net.md_5.specialsource used by net.md_5.specialsource.transformer
-
Classes in net.md_5.specialsource used by net.md_5.specialsource.writerClassDescriptionA class which can be used to represent a field, method, or anything else which has an owner, a name and a descriptor.