Searched refs:asPrimitiveType (Results 1 – 8 of 8) sorted by relevance
48 PrimitiveType elementType = arrayType4.getComponentType().asPrimitiveType(); in getFieldDeclarationWithArrays()70 PrimitiveType elementType = arrayType4.getComponentType().asPrimitiveType(); in getVariableDeclarationWithArrays()108 PrimitiveType elementType = innerArrayType.getComponentType().asPrimitiveType(); in getParameterWithArrays()
73 ? castTo(types.boxedClass(MoreTypes.asPrimitiveType(type)).asType()) in box()
95 ? types.boxedClass(MoreTypes.asPrimitiveType(type)).asType() in boxedType()
120 return types.boxedClass(MoreTypes.asPrimitiveType(maybePrimitive)).asType(); in boxIfNecessary()
225 public PrimitiveType asPrimitiveType() { in asPrimitiveType() method in PrimitiveType
193 public PrimitiveType asPrimitiveType() { in asPrimitiveType() method in Type
333 ? typeUtils.boxedClass(MoreTypes.asPrimitiveType(originalGetterType)).asType() in classifyGetter()
704 public static PrimitiveType asPrimitiveType(TypeMirror maybePrimitiveType) { in asPrimitiveType() method in MoreTypes