| Cl |
Tree item representing a class or interface.
|
| ClassTree |
Tree structure of package levels, classes, methods and fields used for obfuscation.
|
| Cons |
A 'cons' of two references -- useful as a generic return grouping from Enumerations.
|
| Fd |
Tree item representing a field.
|
| GuardDB |
Classfile database for obfuscation.
|
| KeywordNameMaker |
Name generator that uses (almost) the full Java identifier namespace,
and chooses to put some of the keyword names (legal in JVM, illegal in
Java language) out front in sequence.
|
| Md |
Tree item representing a method.
|
| MdFd |
Base to method and field tree items.
|
| NameMakerFactory |
The type Name maker factory.
|
| NameMakerFactory.DefaultNameMakerFactory |
The type Default name maker factory.
|
| ObfuscationConfig |
Encapsulation of annotation configuration data
|
| Pk |
Tree item representing a package.
|
| PkCl |
Base to package and class tree item.
|
| PlaceholderCl |
Placeholder class -- used to represent a class which has inner classes, before the
class itself has been encountered.
|
| Tools |
A Tools class containing generally useful, miscellaneous static methods.
|
| TreeAction |
Set of actions to be performed by a tree walker
|
| TreeItem |
Item that forms a tree structure and can represent a package level, a class,
or a method or field.
|
| Version |
Central point for version and build control.
|
| YGuardRule |
Representation of RGS script files entry.
|