Interface ICPPFunctionScope

All Superinterfaces:
ICPPScope, IScope

public interface ICPPFunctionScope extends ICPPScope
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Method Details

    • getBodyScope

      IScope getBodyScope() throws DOMException
      Returns the scope representing the function body, or null if there is no function definition.
      Throws:
      DOMException