Searched refs:getType (Results 251 - 275 of 1319) sorted by relevance

<<11121314151617181920>>

/openjdk9/jdk/src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/
H A DServiceDesc.java55 String getType() { method in class:ServiceDesc
/openjdk9/jdk/src/java.management/share/classes/javax/management/
H A DNotificationFilterSupport.java81 String type = notification.getType();
H A DAttributeChangeNotificationFilter.java66 String type = notification.getType();
/openjdk9/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DStripNativeCommandsPlugin.java46 public Category getType() { method in class:StripNativeCommandsPlugin
/openjdk9/jdk/src/java.naming/share/classes/javax/naming/
H A DRefAddr.java79 public String getType() { method in class:RefAddr
104 * @see #getType
/openjdk9/jdk/src/java.naming/share/classes/javax/naming/event/
H A DNamingEvent.java189 public int getType() { method in class:NamingEvent
/openjdk9/jdk/src/jdk.rmic/share/classes/sun/tools/asm/
H A DClassConstantData.java48 String sig = clazz.getType().getTypeSignature();
H A DNameAndTypeConstantData.java49 type = nt.field.getType().getTypeSignature();
/openjdk9/jdk/src/jdk.management/share/classes/com/sun/management/internal/
H A DDiagnosticCommandArgumentInfo.java82 String getType() { method in class:DiagnosticCommandArgumentInfo
/openjdk9/jdk/src/jdk.rmic/share/classes/sun/tools/javac/
H A DCompilerMember.java53 sig = field.getType().getTypeSignature();
/openjdk9/langtools/test/tools/javac/T7040592/
H A DCoerceNullToMoreSpecificTypeTest.java63 typeList.add((rf != null) ? rf.getType() : null);
/openjdk9/jdk/test/java/security/Provider/
H A DNewInstance.java49 System.out.println(s.getType() + "." + s.getAlgorithm());
/openjdk9/jdk/test/javax/sound/sampled/LinuxCrash/
H A DClipLinuxCrash2.java58 if (e.getType() == LineEvent.Type.STOP) {
67 else if (e.getType() == LineEvent.Type.CLOSE) {
73 else if (e.getType() == LineEvent.Type.START) {
76 else if (e.getType() == LineEvent.Type.OPEN) {
/openjdk9/langtools/test/tools/javac/T8161277/
H A DIsSameTypeWildcardTest.java65 Type listOfWildcard = strToTypeFactory.getType("List<?>");
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DInstanceOfTreeImpl.java50 public Tree getType() { method in class:InstanceOfTreeImpl
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DTemplateLiteral.java49 public Type getType() { method in class:TemplateLiteral
H A DExpressionList.java69 public Type getType() { method in class:ExpressionList
H A DGetSplitState.java49 public Type getType() { method in class:GetSplitState
/openjdk9/test/lib/sun/hotspot/parser/
H A DDiagnosticCommand.java62 public DiagnosticArgumentType getType() { method in class:DiagnosticCommand
/openjdk9/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DSpecialClassType.java70 sun.tools.java.Type type = theClass.getType();
76 Type existing = getType(typeKey,stack);
H A DNCInterfaceType.java67 sun.tools.java.Type theType = classDef.getType();
68 Type existing = getType(theType,stack);
H A DNCClassType.java71 sun.tools.java.Type theType = classDef.getType();
72 Type existing = getType(theType,stack);
/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/
H A DClassSearch.java66 if (!searchFor.isUnknown() && !provider.supports(searchFor.getType())) {
80 throw new InternalError("Failed to find " + searchFor.getType() + " file: " + searchFor.getName());
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java136 return charToBasicType(c).getType();
139 public int getType() { method in class:BasicType
/openjdk9/jdk/src/java.base/share/classes/java/util/regex/
H A DCharPredicates.java69 (1 << Character.PARAGRAPH_SEPARATOR)) >> Character.getType(ch)) & 1)
75 return ch -> Character.getType(ch) == Character.CONTROL;
87 (1 << Character.FINAL_QUOTE_PUNCTUATION)) >> Character.getType(ch)) & 1)
103 return ch -> Character.getType(ch) != Character.UNASSIGNED;
123 Character.getType(ch) == Character.SPACE_SEPARATOR ||
139 (1 << Character.UNASSIGNED)) >> Character.getType(ch)) & 1)
166 >> Character.getType(ch)) & 1) != 0,
372 return ch -> (typeMask & (1 << Character.getType(ch))) != 0;

Completed in 203 milliseconds

<<11121314151617181920>>