Java DotRef

Indicates that an entity name was used to the left of a “.” in a qualified name.

package some_pack; 
class class1 { 
   static int y; 
} 
class class2 { 
   void some_meth() { 
      some_pack.class1.y = 7; 
   } 
}
Reference Kind
Entity Performing Reference
Entity Being Referenced
Java DotRef
some_meth
some_pack
Java DotRefby
some_pack
some_meth
 

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