Module dev.civl.mc

Interface CallEvent

All Superinterfaces:
DependsEvent, Sourceable

public interface CallEvent extends DependsEvent
This represents a function call event of a depends clause.
  • Method Details

    • function

      CIVLFunction function()
      The function (i.e., the callee) of this call event.
      Returns:
    • arguments

      List<Expression> arguments()
      Returns the arguments of the call event.
      Returns:
    • numArguments

      int numArguments()
      Returns the number of arguments of the call event.
      Returns:
    • setFunction

      void setFunction(CIVLFunction function)
      Sets the callee of this event
      Parameters:
      function -