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

Method getType

classpath/java/lang/reflect/Field.java:67–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public Class getType() {
68 return Classes.forCanonicalName
69 (vmField.class_.loader,
70 Classes.makeString(vmField.spec, 0, vmField.spec.length - 1));
71 }
72
73 public Type getGenericType() {
74 if (vmField.addendum == null || vmField.addendum.signature == null) {

Callers 9

genericTypeMethod · 0.95
getGenericTypeMethod · 0.95
matchTypeMethod · 0.95
setMethod · 0.95
classDescMethod · 0.95
serializeObjectMethod · 0.80
fieldMethod · 0.80
fieldMethod · 0.80
classDescMethod · 0.80

Calls 2

forCanonicalNameMethod · 0.95
makeStringMethod · 0.95

Tested by 1

genericTypeMethod · 0.76