Interface IVariable

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, ICElement, IDeclaration, ISourceManipulation, ISourceReference, IVariableDeclaration
All Known Subinterfaces:
IBinaryVariable

public interface IVariable extends IVariableDeclaration
Represents a global variable.
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Method Details

    • getInitializer

      String getInitializer()
      Returns the initializer of a variable.
      Returns:
      String