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

Method visitTypeVariable

output/java_guava/1.4.17/TypeToken.java:883–886  ·  view source on GitHub ↗
(TypeVariable<?> type)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

visitMethod · 0.65
getBoundsMethod · 0.45

Tested by

no test coverage detected