Class BranchEvent

java.lang.Object
edu.berkeley.cs.jqf.instrument.tracing.events.TraceEvent
edu.berkeley.cs.jqf.instrument.tracing.events.BranchEvent

public class BranchEvent extends TraceEvent
Author:
Rohan Padhye
  • Field Details

    • arm

      protected final int arm
      The branch arm that is taken. For simple conditional branches, 0 is the false branch and 1 is the true branch. For switch-cases, the arm is the index of the case statement (default arm = -1)
  • Constructor Details

    • BranchEvent

      public BranchEvent(int iid, MemberRef containingMethod, int lineNumber, int arm)
  • Method Details