Searched refs:typeElementOf (Results 1 – 3 of 3) sorted by relevance
143 TypeElement list = typeElementOf(java.util.List.class); in testImportsForComplicatedTypes()144 TypeElement map = typeElementOf(java.util.Map.class); in testImportsForComplicatedTypes()172 TypeElement list = typeElementOf(java.util.List.class); in testImportsForArrayTypes()173 TypeElement set = typeElementOf(java.util.Set.class); in testImportsForArrayTypes()213 typeElementOf(java.util.List.class), wildcard), in testImportsForAmbiguousNames()215 typeElementOf(java.util.Map.class), wildcard, wildcard)); in testImportsForAmbiguousNames()253 TypeElement list = typeElementOf(java.util.List.class); in testSimplifyComplicatedTypes()254 TypeElement map = typeElementOf(java.util.Map.class); in testSimplifyComplicatedTypes()291 TypeElement multipleBoundsElement = typeElementOf(MultipleBounds.class); in testSimplifyMultipleBounds()316 TypeElement outerElement = typeElementOf(Outer.class); in testOuterParameterizedInnerNot()[all …]
136 TypeElement list = typeElementOf(java.util.List.class); in testTypeMirrorSet()171 TypeElement wildcardsElement = typeElementOf(Wildcards.class); in testTypeMirrorSetWildcardCapture()200 assertThat(TypeSimplifier.packageNameOf(typeElementOf(java.lang.String.class))) in testPackageNameOfString()206 assertThat(TypeSimplifier.packageNameOf(typeElementOf(java.util.Map.Entry.class))) in testPackageNameOfMapEntry()216 TypeElement erasureClass = typeElementOf(Erasure.class); in testIsCastingUnchecked()250 TypeElement object = typeElementOf(Object.class); in cloneReturnTypeMirror()261 private TypeElement typeElementOf(Class<?> c) { in typeElementOf() method in TypeSimplifierTest266 return typeElementOf(c).asType(); in typeMirrorOf()
61 protected TypeElement typeElementOf(Class<?> c) { in typeElementOf() method in CompilationAbstractTest66 return typeElementOf(c).asType(); in typeMirrorOf()70 return typeUtils.getDeclaredType(typeElementOf(enclosingClass), typeMirrorOf(containedClass)); in declaredTypeOf()75 typeElementOf(enclosingClass), in declaredTypeOf()