Searched defs:nullableType (Results 1 – 7 of 7) sorted by relevance
48 public abstract Optional<XType> nullableType(); in nullableType() method in ContributionBinding132 public abstract B nullableType(Optional<XType> nullableType); in nullableType() method in ContributionBinding.Builder
271 private boolean allowsNull(RequestKind kind, Optional<DeclaredType> nullableType) { in allowsNull()
30 @NullableType String nullableType, in CheckerFrameworkNullable()
45 @NullableType String nullableType, in create()
157 DeclaredType nullableType = MoreTypes.asDeclared(nullableElement.asType()); in process() local
80 public static void addAnnotation(MethodSpec.Builder method, DeclaredType nullableType) { in addAnnotation()
228 @Test fun nullableType() { in nullableType() method in com.squareup.kotlinpoet.CodeBlockTest