Interface ICPPUsingDirective


public interface ICPPUsingDirective
Interface to model using directives. Needed to bridge between directives found in the AST and the ones found in the index.
Since:
5.0
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Field Details

  • Method Details

    • getNominatedScope

      ICPPNamespaceScope getNominatedScope() throws DOMException
      Returns the scope of the namespace that is nominated by this directive, or null if it cannot be determined.
      Throws:
      DOMException
    • getPointOfDeclaration

      int getPointOfDeclaration()
      Returns the point of declaration as global offset (ASTNode.getOffset()).
    • getContainingScope

      IScope getContainingScope()
      Returns the scope containing this directive.