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

Method supertypeOf

output/java_guava/1.4.19/Types.java:169–172  ·  view source on GitHub ↗

Returns a new WildcardType with lowerBound.

(Type lowerBound)

Source from the content-addressed store, hash-verified

167 /** Returns a new {@link WildcardType} with {@code lowerBound}. */
168
169 @VisibleForTesting
170 static WildcardType supertypeOf(Type lowerBound) {
171 return new WildcardTypeImpl(new Type[] {lowerBound}, new Type[] {Object.class});
172 }
173
174 /**
175 * Returns human readable string representation of {@code type}.

Callers 1

newArrayTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected