| |
|
| java.lang.Object test.InterfaceTest
InterfaceTest | public class InterfaceTest (Code) | | A simple test class that is used to demonstrate that the obfuscator
correctly processes interfaces to obfuscate. Its only purpose is to return
an object that implements the test interfaces.
author: Thorsten Heit |
getFirstLevelInterfaceImpl | public FirstLevelInterface getFirstLevelInterfaceImpl()(Code) | | Returns an object that implements the FirstLevelInterface.
a new object that implements the FirstLevelInterface |
getSecondLevelInterfaceImpl | public SecondLevelInterface getSecondLevelInterfaceImpl()(Code) | | Returns an object that implements the SecondLevelInterface.
a new object that implements the SecondLevelInterface |
getTopLevelInterfaceImpl | public TopLevelInterface getTopLevelInterfaceImpl()(Code) | | Returns an object that implements the TopLevelInterface.
a new object that implements the TopLevelInterface |
|
|
|