MCPcopy Create free account
hub / github.com/ReadyTalk/avian / typeName

Method typeName

classpath/java/lang/reflect/SignatureParser.java:127–133  ·  view source on GitHub ↗
(Type type)

Source from the content-addressed store, hash-verified

125 }
126
127 private static String typeName(Type type) {
128 if (type instanceof Class) {
129 Class<?> clazz = (Class<?>) type;
130 return clazz.getName();
131 }
132 return type.toString();
133 }
134
135 private static ParameterizedType makeType(final Type[] args, final Type owner, final Type raw) {
136 return new ParameterizedType() {

Callers 1

toStringMethod · 0.95

Calls 2

getNameMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected