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

Method getName

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

Source from the content-addressed store, hash-verified

57 }
58
59 public String getName() {
60 return getName(vmField);
61 }
62
63 public static String getName(VMField vmField) {
64 return Classes.makeString(vmField.name, 0, vmField.name.length - 1);

Callers 2

setMethod · 0.95
classDescMethod · 0.95

Calls 1

makeStringMethod · 0.95

Tested by

no test coverage detected