Searched refs:getCatchLocation (Results 1 – 5 of 5) sorted by relevance
88 Location catchLocation = eventException.getCatchLocation(); in checkEvent()
69 Location catchLocation = ((Event_EXCEPTION) parsedEvents[0]).getCatchLocation(); in testBreakpointOnCatch()
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