Interface ICFunctionScope

  • All Superinterfaces:
    ICScope, IScope

    public interface ICFunctionScope
    extends ICScope
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Method Detail

      • getBodyScope

        IScope getBodyScope()
                     throws DOMException
        Get the scope representing the function body . returns null if there is no function definition
        Throws:
        DOMException
      • getBinding

        IBinding getBinding​(char[] name)
                     throws DOMException
        return the ILabel binding in this scope that matches the given name
        Parameters:
        name -
        Throws:
        DOMException