| java.lang.Object test.Test1
All known Subclasses: test.Test2, test.Test3,
Test1 | public class Test1 (Code) | | This is a simple test class to demonstrate that the obfuscator works.
author: Thorsten Heit |
Method Summary | |
protected String | getText() Returns a test string. | public static void | main(String[] args) Main method that starts the test. | public void | printMessage() Prints a simple test message to the system console. |
getText | protected String getText()(Code) | | Returns a test string.
test string |
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.
|
|
|