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()
84 Location catchLocation = eventException.getCatchLocation(); in checkEvent()
68 Location catchLocation = ((Event_EXCEPTION) parsedEvents[0]).getCatchLocation(); in testBreakpointOnCatch()
75 ((ParsedEvent.Event_EXCEPTION)parsedEvents[0]).getCatchLocation(); in testSingleStepWithPendingException()
154 Location catchLocation = exceptionEvent.getCatchLocation(); in testExceptionUncaughtEvent_CatchLocation()
235 Location catchLocation = exceptionEvent.getCatchLocation(); in runCatchLocationTest()
371 public Location getCatchLocation() { in getCatchLocation() method in ParsedEvent.Event_EXCEPTION