Product Documentation
Cadence SKILL IDE User Guide
Product Version IC23.1, August 2023

Using the Method Browser Assistant

Use the Method Browser assistant to view the method trees of generic functions. You have the option to view all existing methods for a generic function, all applicable methods for a generic function, or only the methods that would be called next in the current function call.

To browse the method tree for a generic function:

  1. Choose Window – Assistants – Method Browser. The Method Browser assistant displays.
  2. Select one of the following options from the Show methods drop-down list:
    • Select next to view the methods that will be called next in the current function call.
    • Select applicable to view all applicable methods for a given generic function. In the for field, type the function name for which you want to view the applicable methods and in the args field, type the variable that takes on the value of the method’s argument at runtime.
    • Select all to view all existing methods for a given generic function. In the for field, type the function name for which you want to view the methods.
      The next and applicable options work only in the context of a debug run.
  3. Depending on the option you select in the Show methods drop-down list, the results pane displays the method tree for the given generic function.
    Different method types are identified by different icons in the method tree. For example, primary and top-level methods are identified by the icon, @around methods are identified by the icon, @before methods are identified by the icon, and @after methods are identified by the icon.
  4. View the method tree using the Search toolbar, as described below:
    1. In the Search toolbar, choose Show Methods from the first drop-down list box.
    2. In the second drop-down list box, type the function name for which you want to view the methods and press Enter or click the icon.
      The method tree for the given generic function displays in the Method Browser window.

Method Tree Context-sensitive menu

After the method tree is populated, you can right-click a method name and choose one of the following options:

Related Topics

Using the Step Result Assistant

SKILL Profiler Assistant

Using the Code Browser Assistant


Return to top
 ⠀
X