Java Call

Indicates an invocation of a method.

class class1 { 
   void meth1() { 
      ... 
   } 
} 
class class2 { 
   class1 some_obj; 
   void meth2() { 
      some_obj.meth1(); 
   } 
}
Reference Kind
Entity Performing Reference
Entity Being Referenced
Java Call
meth2
meth1
Java Callby
meth1
meth2
 

Scientific Toolworks, Inc.
http://www.scitools.com