kmy.test.java
Class Call.B

java.lang.Object
  |
  +--kmy.test.java.Call.A
        |
        +--kmy.test.java.Call.B
Enclosing class:
Call

class Call.B
extends Call.A


Inner classes inherited from class kmy.test.java.Call.A
Call.A.Q
 
Fields inherited from class kmy.test.java.Call.A
lang, out, System
 
Constructor Summary
(package private) Call.B()
           
 
Methods inherited from class kmy.test.java.Call.A
method, method, method, method, method2, method2, method2, testQ
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Call.B

Call.B()