MCPcopy Create free account
hub / github.com/antlr/codebuff / subtypeOf

Method subtypeOf

output/java_guava/1.4.18/Types.java:163–166  ·  view source on GitHub ↗

Returns a new WildcardType with upperBound.

(Type upperBound)

Source from the content-addressed store, hash-verified

161 /** Returns a new {@link WildcardType} with {@code upperBound}. */
162
163 @VisibleForTesting
164 static WildcardType subtypeOf(Type upperBound) {
165 return new WildcardTypeImpl(new Type[0], new Type[] {upperBound});
166 }
167
168 /** Returns a new {@link WildcardType} with {@code lowerBound}. */
169

Callers 2

newArrayTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected