| Class | 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 | |
| JarRemapper | |
| 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.
|
| RemappingClassAdapter |
A
ClassVisitor for type remapping. |
| SpecialSource | |
| UnsortedRemappingMethodAdapter |
A
LocalVariablesSorter for type mapping. |
| Enum | Description |
|---|---|
| NodeType |
Copyright © 2012-2015. All Rights Reserved.