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

Method subtypeOf

output/java_guava/1.4.19/Types.java:162–165  ·  view source on GitHub ↗

Returns a new WildcardType with upperBound.

(Type upperBound)

Source from the content-addressed store, hash-verified

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

Callers 2

newArrayTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected