Searched refs:getCatchLocation (Results 1 – 7 of 7) sorted by relevance
88 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation(); in testBreakpoint_BeforeException()147 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation(); in testBreakpoint_UponException()237 ((ParsedEvent.Event_EXCEPTION) exceptionEvent).getCatchLocation(); in runSingleStepTest()
88 Location catchLocation = eventException.getCatchLocation(); in checkEvent()
69 Location catchLocation = ((Event_EXCEPTION) parsedEvents[0]).getCatchLocation(); in testBreakpointOnCatch()
75 ((ParsedEvent.Event_EXCEPTION)parsedEvents[0]).getCatchLocation(); in testSingleStepWithPendingException()
153 Location catchLocation = exceptionEvent.getCatchLocation(); in testExceptionUncaughtEvent_CatchLocation()
234 Location catchLocation = exceptionEvent.getCatchLocation(); in runCatchLocationTest()
371 public Location getCatchLocation() { in getCatchLocation() method in ParsedEvent.Event_EXCEPTION