| Package | Description |
|---|---|
| net.md_5.specialsource | |
| net.md_5.specialsource.transformer | |
| net.md_5.specialsource.writer |
| Class and Description |
|---|
| AccessChange
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
|
| AccessMap
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: foo class foo/bar field foo/bar ()desc method foo/*
fields in class foo/* ()desc methods in class * all classes
*
|
| CustomRemapper |
| InheritanceMap |
| Jar
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. |
| JarComparer |
| JarMapping |
| NodeType |
| Ownable
A class which can be used to represent a field, method, or anything else
which has an owner, a name and a descriptor.
|
| RemapperProcessor
"Pre-process" a class file, intended to be used before remapping with
JarRemapper.
|
| Class and Description |
|---|
| JarRemapper |
| Class and Description |
|---|
| Ownable
A class which can be used to represent a field, method, or anything else
which has an owner, a name and a descriptor.
|
Copyright © 2012-2015. All Rights Reserved.