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

Method visitTypeVariable

output/java_guava/1.4.19/TypeToken.java:884–887  ·  view source on GitHub ↗
(TypeVariable<?> type)

Source from the content-addressed store, hash-verified

882 @CanIgnoreReturnValue final TypeToken<T> rejectTypeVariables() {
883 new TypeVisitor() {
884 @Override
885 void visitTypeVariable(TypeVariable<?> type) {
886 throw new IllegalArgumentException(runtimeType + "contains a type variable and is not safe for the operation");
887 }
888
889 @Override
890 void visitWildcardType(WildcardType type) {

Callers

nothing calls this directly

Calls 2

visitMethod · 0.65
getBoundsMethod · 0.45

Tested by

no test coverage detected