Searched refs:getType (Results 226 - 250 of 1319) sorted by relevance

1234567891011>>

/openjdk9/hotspot/test/serviceability/tmtools/jstack/
H A DWaitNotifyThreadTest.java137 if (monInfo.getType().equals("waiting on") && compareMonitorClass(monInfo)) {
140 System.err.println("Error: incorrect monitor info: " + monInfo.getType() + ", " + monInfo.getMonitorClass());
167 if (monInfo.getType().equals(expectedMessage)
173 System.err.println("Error: incorrect monitor info: " + monInfo.getType() + ", " + monInfo.getMonitorClass() + ", " + monInfo.getMonitorAddress());
/openjdk9/hotspot/test/serviceability/tmtools/jstack/utils/
H A DMonitorInfo.java36 public String getType() { method in class:MonitorInfo
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DICONST.java57 public Type getType(ConstantPoolGen cp) { method in class:ICONST
H A DSIPUSH.java76 public Type getType(ConstantPoolGen cp) { method in class:SIPUSH
H A DBasicType.java45 public static final BasicType getType(byte type) { method in class:BasicType
H A DINSTANCEOF.java48 Type t = getType(cpg);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMAny.java79 final int getType() { method in class:CMAny
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/
H A DNumber.java48 if (XObject.CLASS_NUMBER == right.getType())
H A DBool.java48 if (XObject.CLASS_BOOLEAN == right.getType())
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DLeafInfoImpl.java54 public TypeT getType() { method in class:LeafInfoImpl
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLConfigurationException.java90 public Status getType() { method in class:XMLConfigurationException
92 } // getType():short
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/dom3/
H A DDOMErrorHandlerImpl.java61 System.err.println("Type : " + error.getType() + "\t" + "Related Data: "
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLAnchorElement.java129 public String getType(); method in interface:HTMLAnchorElement
/openjdk9/jaxp/src/java.xml/share/classes/org/xml/sax/helpers/
H A DXMLReaderAdapter.java514 * @see org.xml.sax.AttributeList#getType(int)
516 public String getType (int i) method in class:XMLReaderAdapter.AttributesAdapter
518 return attributes.getType(i);
538 * @see org.xml.sax.AttributeList#getType(java.lang.String)
540 public String getType (String qName) method in class:XMLReaderAdapter.AttributesAdapter
542 return attributes.getType(qName);
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/model/jaxb/
H A DJAXBTypeAndAnnotation.java59 public JType getType() { method in class:JAXBTypeAndAnnotation
H A DJAXBProperty.java83 public JAXBTypeAndAnnotation getType() { method in class:JAXBProperty
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/spi/db/
H A DFieldGetter.java45 type = f.getType();
H A DFieldSetter.java44 type = f.getType();
H A DPropertyGetterBase.java39 public Class getType() { method in class:PropertyGetterBase
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DBeanMappingImpl.java50 public TypeAndAnnotation getType() { method in class:BeanMappingImpl
/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DCharacterData.java30 abstract int getType(int ch); method in class:CharacterData
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/digested/
H A DDValuePattern.java72 public String getType() { method in class:DValuePattern
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/model/
H A DBlock.java55 public AbstractType getType() { method in class:Block
/openjdk9/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DEnumControl.java146 return new String(getType() + " with current value: " + getValue());
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/event/
H A DRowSorterEvent.java113 public Type getType() { method in class:RowSorterEvent

Completed in 144 milliseconds

1234567891011>>