kmy.jint.typer
Class CallAttachment

java.lang.Object
  |
  +--kmy.jint.typer.CallAttachment

public class CallAttachment
extends java.lang.Object


Field Summary
 AbstractMethod method
           
 AbstractClass targetClass
          Superclass in super(...) construct, this class in this(...) construct
 
Constructor Summary
CallAttachment()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

method

public AbstractMethod method

targetClass

public AbstractClass targetClass
Superclass in super(...) construct, this class in this(...) construct
Constructor Detail

CallAttachment

public CallAttachment()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object