Java Create

Indicates that an instance of a class is created (“new” operator) in a scope.

class c1 { 
   ... 
} 
class c2 { 
   c1 a = new c1(); 
}
Reference Kind
Entity Performing Reference
Entity Being Referenced
Java Create
c2
c1
Java Createby
c1
c2
 

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