org.eclipse.cdt.debug.core.model
Interface IGlobalVariableDescriptor


public interface IGlobalVariableDescriptor

Provides the description of a global variable.


Method Summary
 java.lang.String getName()
          Returns the name of the global variable
 org.eclipse.core.runtime.IPath getPath()
          Returns the path of the source file that contains the definition of the global variable.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the global variable

Returns:
the name of the global variable

getPath

org.eclipse.core.runtime.IPath getPath()
Returns the path of the source file that contains the definition of the global variable.

Returns:
the path of the source file