Module openj9.dtfj

Class FunctionEmulator.Function

  • Enclosing class:
    FunctionEmulator

    public class FunctionEmulator.Function
    extends Object
    This class represents a called function. It's child functions may be obtained with getChildren().
    • Method Detail

      • getChildren

        public Iterator getChildren()
        Returns:
        the functions called by this function in the order in which they were first called (duplicates are discarded).
      • getName

        public String getName()
        Returns:
        the name of this function