Class Test

java.lang.Object
  |
  +--DocumentedHelloWorld
        |
        +--Test

class Test
extends DocumentedHelloWorld

Here the test for a simple class-structure


Field Summary
(package private)  int j
          Another 32-bit integer variable, nonstatic
 
Fields inherited from class DocumentedHelloWorld
i
 
Constructor Summary
(package private) Test()
           
 
Methods inherited from class DocumentedHelloWorld
main, oldVersion
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

j

int j
Another 32-bit integer variable, nonstatic
Constructor Detail

Test

Test()