Searched refs:MethodEntryRequest (Results 1 – 4 of 4) sorted by relevance
37 import com.sun.jdi.request.MethodEntryRequest;95 private MethodEntryRequest request;147 private static MethodEntryRequest methodEntryRequests( in methodEntryRequests()150 MethodEntryRequest mereq = manager.createMethodEntryRequest(); in methodEntryRequests()160 MethodEntryRequest request) { in deleteEventRequest()
124 MethodEntryRequest createMethodEntryRequest(); in createMethodEntryRequest()484 List<MethodEntryRequest> methodEntryRequests(); in methodEntryRequests()
48 public interface MethodEntryRequest extends EventRequest { interface
434 implements MethodEntryRequest {770 public MethodEntryRequest createMethodEntryRequest() { in createMethodEntryRequest()906 public List<MethodEntryRequest> methodEntryRequests() { in methodEntryRequests()907 return (List<MethodEntryRequest>)unmodifiableRequestList(JDWP.EventKind.METHOD_ENTRY); in methodEntryRequests()