Interface INamespace

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

public interface INamespace extends ICElement, IParent, ISourceManipulation, ISourceReference
Represents a package declaration in a 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

    • getTypeName

      String getTypeName()
      Returns the typename of a namespace.
      Returns:
      String