Searched refs:Type (Results 1 - 25 of 1583) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/tools/jlink/multireleasejar/rt/m1/p/
H A DType.java26 class Type{} class
/openjdk10/jdk/test/tools/launcher/modules/addexports/src/m4/jdk/test4/
H A DType.java26 public class Type { class
27 public Type() { } method in class:Type
/openjdk10/jdk/test/tools/launcher/modules/illegalaccess/modules/m/p/
H A DType.java26 public class Type { class
28 private Type(int x, int y) { } method in class:Type
30 public Type(int x) { } method in class:Type
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DDebugEvent.java37 public static class Type { class in interface:DebugEvent
38 private Type() {} method in class:DebugEvent.Type
40 public static final Type LOADOBJECT_LOAD = new Type();
42 public static final Type LOADOBJECT_UNLOAD = new Type();
44 public static final Type BREAKPOINT = new Type();
46 public static final Type SINGLE_STEP = new Type();
[all...]
H A DFunctionType.java27 public interface FunctionType extends Type {
28 public Type getReturnType();
30 public Type getArgumentType(int i);
H A DTemplateType.java29 public interface TemplateType extends Type {
31 public Type instantiate(Type[] arguments);
32 public Type instantiate(List/*<Type>*/ arguments);
/openjdk10/jdk/src/java.base/share/classes/java/lang/reflect/
H A DWildcardType.java34 public interface WildcardType extends Type {
36 * Returns an array of {@code Type} objects representing the upper
56 Type[] getUpperBounds();
59 * Returns an array of {@code Type} objects representing the
80 Type[] getLowerBounds();
H A DParameterizedType.java47 public interface ParameterizedType extends Type {
49 * Returns an array of {@code Type} objects representing the actual type
56 * @return an array of {@code Type} objects representing the actual type
65 Type[] getActualTypeArguments();
68 * Returns the {@code Type} object representing the class or interface
71 * @return the {@code Type} object representing the class or interface
75 Type getRawType();
78 * Returns a {@code Type} object representing the type that this type
84 * @return a {@code Type} object representing the type that
94 Type getOwnerTyp
[all...]
H A DGenericArrayType.java33 public interface GenericArrayType extends Type {
35 * Returns a {@code Type} object representing the component type
43 * @return a {@code Type} object representing the component type
51 Type getGenericComponentType();
/openjdk10/langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/
H A DWildcardType.java48 public interface WildcardType extends Type {
57 Type[] extendsBounds();
66 Type[] superBounds();
H A DParameterizedType.java52 public interface ParameterizedType extends Type {
69 Type[] typeArguments();
83 Type superclassType();
99 Type[] interfaceTypes();
113 Type containingType();
/openjdk10/jdk/test/java/lang/Class/getResource/src/m1/p1/resources/
H A DType.java26 public class Type { } class
/openjdk10/jdk/test/java/lang/Class/getResource/src/m1/p1/impl/
H A DType.java26 public class Type { } class
/openjdk10/jdk/test/java/lang/ClassLoader/getResource/modules/src/m1/p1/resources/
H A DType.java26 public class Type { } class
/openjdk10/jdk/test/java/lang/ClassLoader/getResource/modules/src/m1/p1/impl/
H A DType.java26 public class Type { } class
/openjdk10/jdk/test/java/lang/Class/getResource/src/m2/p2/resources/
H A DType.java26 public class Type { } class
/openjdk10/jdk/test/java/lang/Class/getResource/src/m2/p2/impl/
H A DType.java26 public class Type { } class
/openjdk10/jdk/test/java/lang/ClassLoader/getResource/modules/src/m2/p2/resources/
H A DType.java26 public class Type { } class
/openjdk10/jdk/test/java/lang/ClassLoader/getResource/modules/src/m2/p2/impl/
H A DType.java26 public class Type { } class
/openjdk10/langtools/test/tools/javac/
H A DNewGeneric.java12 private static class Type<T> { class in class:NewGeneric
13 Type() { T t = new T(); } method in class:NewGeneric.Type
/openjdk10/jdk/src/java.base/share/classes/sun/reflect/generics/factory/
H A DGenericsFactory.java29 import java.lang.reflect.Type;
90 ParameterizedType makeParameterizedType(Type declaration,
91 Type[] typeArgs,
92 Type owner);
121 Type makeNamedType(String name);
135 Type makeArrayType(Type componentType);
141 Type makeByte();
147 Type makeBool();
153 Type makeShor
[all...]
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/jdi/
H A DPrimitiveType.java40 public interface PrimitiveType extends Type {
H A DVoidType.java38 public interface VoidType extends Type {
/openjdk10/jdk/test/java/lang/invoke/MethodHandles/privateLookupIn/m1/p1/
H A DType.java25 class Type { class
/openjdk10/jdk/test/java/lang/invoke/MethodHandles/privateLookupIn/m2/p2/
H A DType.java25 class Type { class

Completed in 158 milliseconds

1234567891011>>