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.
    • Method Detail

      • getPointOfDeclaration

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

        IScope getContainingScope()
        Returns the scope containing this directive.