Searched defs:qtype (Results 1 - 3 of 3) sorted by last modified time

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DUninitializedType.java44 public static UninitializedType uninitializedThis(Type qtype) { argument
49 public static UninitializedType uninitializedObject(Type qtype, int offset) { argument
55 private UninitializedType(TypeTag tag, Type qtype, int offset, argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DType.java1753 public Type qtype; field in class:Type.DelegatedType
1756 public DelegatedType(TypeTag tag, Type qtype) { argument
1760 public DelegatedType(TypeTag tag, Type qtype, argument
1789 ForAll(List<Type> tvars, Type qtype) argument
[all...]
/openjdk10/jdk/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsClient.java166 ResourceRecords query(DnsName fqdn, int qclass, int qtype, argument
483 makeQueryPacket(DnsName fqdn, int xid, int qclass, int qtype, boolean recursion) argument

Completed in 120 milliseconds