Searched refs:getLocation (Results 1 - 25 of 376) sorted by relevance

1234567891011>>

/openjdk10/hotspot/test/runtime/ConstantPool/
H A DTestMethodHandleConstant.java38 = WithConfiguration.autoDetect().getLocation();
/openjdk10/jaxp/src/java.xml/share/classes/org/w3c/dom/
H A DDOMError.java114 public DOMLocator getLocation(); method in interface:DOMError
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/
H A DLocationValue.java44 public Location getLocation() { method in class:LocationValue
63 getLocation().printOn(tty);
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/framework/
H A DWSDLLocation.java67 public String getLocation() { method in class:WSDLLocation
68 return currentContext.getLocation();
85 String getLocation() { method in class:WSDLLocation.LocationContext
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DParseException.java53 public int getLocation() { method in class:ParseException
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DLocatable.java64 Location getLocation(); method in interface:Locatable
H A DQuick.java59 public final Location getLocation() { method in class:Quick
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DPointerInfo.java78 public Point getLocation() { method in class:PointerInfo
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLObject.java42 Locator getLocation(); method in interface:WSDLObject
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/ap/
H A DErrorReceiverImpl.java57 messager.printMessage(Diagnostic.Kind.ERROR, getLocation(exception));
63 messager.printMessage(Diagnostic.Kind.ERROR, getLocation(exception));
69 messager.printMessage(Diagnostic.Kind.WARNING, getLocation(exception));
77 private String getLocation(SAXParseException e) { method in class:ErrorReceiverImpl
/openjdk10/jdk/test/java/awt/Graphics2D/Headless/
H A DHeadlessPoint.java41 p.getLocation();
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/parser/
H A DMemberSubmissionAddressingExtensionHandler.java79 warn(context.getLocation(e));
82 return warnEmptyAction(parent, context.getLocation(e));
87 return fail(context.getLocation(e));
107 warn(context.getLocation(e));
110 return warnEmptyAction(parent, context.getLocation(e));
115 return fail(context.getLocation(e));
122 warn(context.getLocation(e));
125 errReceiver.warning(context.getLocation(e), WsdlMessages.WARNING_FAULT_EMPTY_ACTION(parent.getNameValue(), parent.getWSDLElementName().getLocalPart(), parent.getParent().getNameValue()));
131 return fail(context.getLocation(e));
/openjdk10/jdk/test/com/sun/jdi/
H A DLocationTest.java71 Location getLocation(String refName, String methodName) { method in class:LocationTest
102 loc = getLocation("AbstractLocationTarg", "foo");
108 loc = getLocation("java.util.List", "clear");
114 loc = getLocation("java.lang.Object", "getClass");
140 Location mainLoc = getLocation("LocationTarg", "main");
141 loc = getLocation("LocationTarg", "foo");
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/stream/
H A DXMLEventLocationTest.java48 Assert.assertNotNull(event.getLocation());
57 Assert.assertEquals(event.getLocation().getLineNumber(), 15);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/wsdl/
H A DAbstractObjectImpl.java46 Location loc = xsr.getLocation();
56 public final @NotNull Locator getLocation() { method in class:AbstractObjectImpl
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIDeclaration.java72 Locator getLocation(); method in interface:BIDeclaration
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/api/wsdl/
H A DTWSDLParserContext.java80 Locator getLocation(Element e); method in interface:TWSDLParserContext
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DHttpRetryException.java96 public String getLocation() { method in class:HttpRetryException
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DLocatorEx.java46 ValidationEventLocator getLocation(); method in interface:LocatorEx
64 ValidationEventLocator vel = loc.getLocation();
103 public ValidationEventLocator getLocation() { method in class:LocatorEx.Snapshot
H A DLocatorExWrapper.java45 public ValidationEventLocator getLocation() { method in class:LocatorExWrapper
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/xml/internal/stream/events/
H A DXMLEventAllocatorImpl.java92 startElementEvent.setLocation(streamReader.getLocation());
98 endElementEvent.setLocation(streamReader.getLocation());
109 piEvent.setLocation(streamReader.getLocation());
115 cDataEvent.setLocation(streamReader.getLocation());
121 commentEvent.setLocation(streamReader.getLocation());
135 sdEvent.setLocation(streamReader.getLocation());
141 endDocumentEvent.setLocation(streamReader.getLocation());
148 entityEvent.setLocation(streamReader.getLocation());
159 dtdEvent.setLocation(streamReader.getLocation());
177 cDataEvent.setLocation(streamReader.getLocation());
[all...]
/openjdk10/langtools/test/tools/javac/api/6420409/
H A DT6420409.java63 test(fm.getLocation(CLASS_PATH), test_src, CLASS_PATH);
64 test(fm.getLocation(SOURCE_PATH), test_classes, SOURCE_PATH);
65 test(fm.getLocation(CLASS_OUTPUT), test_classes, CLASS_OUTPUT);
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/stream/events/
H A DXMLEvent.java73 javax.xml.stream.Location getLocation(); method in interface:XMLEvent
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/dnd/
H A DDragSourceEvent.java94 * are not specified, so {@code getLocation} will return
101 * @see #getLocation
152 public Point getLocation() { method in class:DragSourceEvent
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/document/soap/
H A DSOAPAddress.java48 public String getLocation() { method in class:SOAPAddress

Completed in 355 milliseconds

1234567891011>>