net.sourceforge.pmd.lang.symboltable
Interface NameOccurrence


public interface NameOccurrence

A NameOccurrence represents one usage of a name declaration.


Method Summary
 String getImage()
          Gets the image of the used declaration, such as the variable name.
 ScopedNode getLocation()
          Gets the location where the usage occurred.
 

Method Detail

getLocation

ScopedNode getLocation()
Gets the location where the usage occurred.

Returns:
the node

getImage

String getImage()
Gets the image of the used declaration, such as the variable name.

Returns:
the image


Copyright © 2002-2015 InfoEther. All Rights Reserved.