Searched defs:catchLocation (Results 1 – 7 of 7) sorted by relevance
94 public Location catchLocation(); in catchLocation() method
84 Location catchLocation = eventException.getCatchLocation(); in checkEvent() local
68 Location catchLocation = ((Event_EXCEPTION) parsedEvents[0]).getCatchLocation(); in testBreakpointOnCatch() local
154 Location catchLocation = exceptionEvent.getCatchLocation(); in testExceptionUncaughtEvent_CatchLocation() local
235 Location catchLocation = exceptionEvent.getCatchLocation(); in runCatchLocationTest() local
407 private Location catchLocation; field in EventSetImpl.ExceptionEventImpl419 public Location catchLocation() { in catchLocation() method in EventSetImpl.ExceptionEventImpl
354 private Location catchLocation; field in ParsedEvent.Event_EXCEPTION