Searched refs:TypeParam (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/test/java/lang/annotation/
H A DTypeParamAnnotation.java49 TypeVariable<?>[] ts = TypeParam.class.getTypeParameters();
68 TypeVariable<?>[] ts = TypeParam.class.getDeclaredMethod("foo").getTypeParameters();
88 TypeVariable<?>[] ts = TypeParam.class.getTypeParameters();
94 TypeVariable<?>[] ts = TypeParam.class.getDeclaredMethod("foo").getTypeParameters();
102 class TypeParam <@ParamAnno("t") @ParamAnno2(1) T, class
/openjdk9/langtools/test/tools/javac/api/
H A DTestGetElementReferenceData.java46 public static class TypeParam<TT/*getElement:TYPE_PARAMETER:TT*/> { class in class:TestGetElementReferenceData
/openjdk9/test/fmw/gtest/include/gtest/
H A Dgtest-typed-test.h67 // Inside a test, refer to TypeParam to get the type parameter.
70 TypeParam n = this->value_;
118 // Inside a test, refer to TypeParam to get the type parameter.
119 TypeParam n = 0;
175 typedef gtest_TypeParam_ TypeParam; \
229 typedef gtest_TypeParam_ TypeParam; \
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java958 public JCTypeParameter TypeParam(Name name, TypeVar tvar) { method in class:TreeMaker
968 tparams.append(TypeParam(l.head.tsym.name, (TypeVar)l.head));

Completed in 82 milliseconds