com.yworks.yguard.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. |
Cons.java | Class | A 'cons' of two references -- useful as a generic return grouping from Enumerations. |
Fd.java | Class | Tree item representing a field. |
Filter.java | Interface | |
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. |
LineNumberTableMapper.java | Interface | |
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 -- 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 | Interface | Base interface for name generators for a given namespace. |
NameMakerFactory.java | Class | |
NoSuchMappingException.java | Class | |
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. |
ResourceHandler.java | Interface | |
Tools.java | Class | A Tools class containing generally useful, miscellaneous static methods. |
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. |
Version.java | Class | Central point for version and build control. |
YGuardRule.java | Class | Representation of RGS script files entry. |