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

Method getModifiers

output/java_guava/1.4.18/Element.java:89–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 @Override
90 public final int getModifiers() {
91 return member.getModifiers();
92 }
93
94 @Override
95 public final boolean isSynthetic() {

Callers 13

isPublicMethod · 0.95
isProtectedMethod · 0.95
isPrivateMethod · 0.95
isStaticMethod · 0.95
isFinalMethod · 0.95
isAbstractMethod · 0.95
isNativeMethod · 0.95
isSynchronizedMethod · 0.95
isVolatileMethod · 0.95
isTransientMethod · 0.95
toGenericTypeMethod · 0.45
isOverridableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected