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

Method supertypeOf

output/java_guava/1.4.18/Types.java:170–173  ·  view source on GitHub ↗

Returns a new WildcardType with lowerBound.

(Type lowerBound)

Source from the content-addressed store, hash-verified

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

Callers 1

newArrayTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected