COM.rl.obf |
|
Java Source File Name | Type | Comment |
Cl.java | Class | Tree item representing a class or interface. |
ClassTree.java | Class | Tree structure of package levels, classes, methods and fields used for obfuscation. |
ClRef.java | Class | Reference to a class that may or may not currently exist in ClassTree. |
Fd.java | Class | Tree item representing a field. |
FdRef.java | Class | Reference to a method that may or may not currently exist in ClassTree. |
GuardDB.java | Class | Classfile database for obfuscation. |
KeywordNameMaker.java | Class | 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.java | Class | Tree item representing a method. |
MdFd.java | Class | Base to method and field tree items. |
MdRef.java | Class | Reference to a method that may or may not currently exist in ClassTree. |
NameListDown.java | Interface | Interface to a list of method and field names and descriptors -- used for checking
if a name/descriptor is reserved through a derived class/interface. |
NameListUp.java | Interface | Interface to a list of method and field names and descriptors -- used for checking
if a name/descriptor is in the public/protected lists of the super-class/interface
hierarchy. |
NameMaker.java | Class | Base class for name generators for a given namespace. |
PatternList.java | Class | Class used for limited pattern matching with '**' (matches across package
boundaries) and '*' (does not match across package boundaries) wildcards. |
Pk.java | Class | Tree item representing a package. |
PkCl.java | Class | Base to package and class tree item. |
PlaceholderCl.java | Class | Placeholder class -- used to represent a class which has inner classes, before the
class itself has been encountered. |
RetroGuardImpl.java | Class | Main implementation class for obfuscator package. |
RGconvImpl.java | Class | Main class for conversion utility. |
RGdefaultImpl.java | Class | Main class for utility to output the internal default script file. |
RGpatchImpl.java | Class | Main class for patch utility. |
RgsEntry.java | Class | Representation of RGS script files entry. |
RgsEnum.java | Class | Parser for RGS script files which provides an enumeration of option entries. |
RGtraceImpl.java | Class | Main class for stacktrace utility. |
SimpleName.java | Class | Java 'simple name' -- a class name or a component of a package name,
along with the type of this simple name. |
TreeAction.java | Class | |
TreeItem.java | Class | Item that forms a tree structure and can represent a package level, a class,
or a method or field. |
TreeItemRef.java | Class | Reference to a TreeItem that may or may not currently exist in ClassTree. |
Version.java | Class | Central point for version and build control. |