net.sf.javaguard |
|
Java Source File Name | Type | Comment |
Cl.java | Class | Tree item representing a class or an interface. |
ClassTree.java | Class | Tree structure of package levels, classes, methods and fields used for
obfuscation. |
Fd.java | Class | Tree item representing a field. |
FileContainer.java | Interface | The purpose of a FileContainer is to ease the handling of a list of files
created for example from the entries of a Jar file or from the contents of a
local directory that match a given regular expression. |
FileEntry.java | Class | A simple data structure that holds a file entry. |
GuardDB.java | Class | Classfile database for obfuscation. |
JarFileContainer.java | Class | The purpose of a FileContainer is to ease the handling of a list of files
created either from the entries of a Jar file or from the contents of a
local directory that match a given regular expression. |
KeyValue.java | Class | Stores a key/value pair. |
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. |
LocalDirectoryFileContainer.java | Class | The purpose of a FileContainer is to ease the handling of a list of files
created either from the entries of a Jar file or from the contents of a
local directory that match a given regular expression. |
ManifestContainer.java | Class | Manifest file container for the obfuscator. |
Md.java | Class | Tree item representing a method. |
MdFd.java | Class | Base to method and field tree items. |
NameListDown.java | Interface | Interface to a list of method and field names and descriptors. |
NameListUp.java | Interface | Interface to a list of method and field names and descriptors. |
NameMaker.java | Class | Base class for name generators for a given namespace. |
Pk.java | Class | Tree item representing a package. |
PkCl.java | Class | Base to package and class tree item. |
PlaceholderCl.java | Class | Represents a placeholder class. |
ScriptConstants.java | Interface | This interface contains all possible constants that may be used inside
the script file. |
ScriptEntry.java | Class | Representation of a script file entry. |
ScriptFile.java | Class | Parser for a JavaGuard script file. |
Tools.java | Class | The Tools class contains generally useful, miscellaneous static methods. |
TreeAction.java | Interface | Defines methods to be performed on tree elements by a tree walker. |
TreeItem.java | Class | Item that forms a tree structure and can represent a package level, a class,
or a method or field. |
Version.java | Class | Contains the program version information. |