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

Method getModifiers

classpath/java/lang/reflect/Method.java:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 public int getModifiers() {
47 return vmMethod.flags;
48 }
49
50 public String getName() {
51 return getName(vmMethod);

Callers 3

isVarArgsMethod · 0.95
isSyntheticMethod · 0.95
getReadOrWriteMethodMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected