MCPcopy Create free account
hub / github.com/beanshell/beanshell / validateForMethod

Method validateForMethod

src/bsh/Modifiers.java:84–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82
83 // could refactor these a bit
84 private void validateForMethod()
85 {
86 insureNo("volatile", "Method");
87 insureNo("transient", "Method");
88 }
89 private void validateForField()
90 {
91 insureNo("synchronized", "Variable");

Callers 2

addModifierMethod · 0.95
validateForClassMethod · 0.95

Calls 1

insureNoMethod · 0.95

Tested by

no test coverage detected