| |
|
| java.lang.Object test.Test1 test.Test3
Test3 | public class Test3 extends Test1 (Code) | | This is a simple test class to demonstrate that the obfuscator works.
author: Thorsten Heit |
Method Summary | |
public static void | main(String[] args) Main method that starts the test. | public void | printMessage() Prints a simple test message to the system console. | public void | testInterfaces() A simple test function to verify that derived interfaces are processed
correctly by the obfuscator. |
main | public static void main(String[] args)(Code) | | Main method that starts the test.
Parameters: args - the command line arguments (not used) |
printMessage | public void printMessage()(Code) | | Prints a simple test message to the system console.
|
testInterfaces | public void testInterfaces()(Code) | | A simple test function to verify that derived interfaces are processed
correctly by the obfuscator.
|
|
|
|