Interface IUsing

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, ICElement, ISourceManipulation, ISourceReference

public interface IUsing extends ICElement, ISourceManipulation, ISourceReference
Represents a "using" declaration in C translation unit.
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Method Details

    • getElementName

      String getElementName()
      Returns the name of the package the statement refers to. This is a handle-only method.
      Specified by:
      getElementName in interface ICElement
      Returns:
      the element name
    • isDirective

      boolean isDirective()