TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.extension.internal
Class DExtensible.InvokeMethod

java.lang.Object
  extended byorg.eclipse.tptp.platform.report.extension.internal.DExtensible.InvokeMethod
Enclosing class:
DExtensible

protected static class DExtensible.InvokeMethod
extends java.lang.Object


Field Summary
 java.lang.reflect.Method method_
           
 DExtensible.InvokeMethod old_
           
 java.lang.ref.WeakReference ref_callee_
           
 
Constructor Summary
DExtensible.InvokeMethod(java.lang.reflect.Method _m, java.lang.Object _callee, DExtensible.InvokeMethod _old)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method_

public java.lang.reflect.Method method_

ref_callee_

public java.lang.ref.WeakReference ref_callee_

old_

public DExtensible.InvokeMethod old_
Constructor Detail

DExtensible.InvokeMethod

public DExtensible.InvokeMethod(java.lang.reflect.Method _m,
                                java.lang.Object _callee,
                                DExtensible.InvokeMethod _old)

TPTP 4.2.0 Platform Project
Internal API Specification