Class BranchEvent


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

      • 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 Detail

      • BranchEvent

        public BranchEvent​(int iid,
                           MemberRef containingMethod,
                           int lineNumber,
                           int arm)