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

Method validateForField

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

Source from the content-addressed store, hash-verified

87 insureNo("transient", "Method");
88 }
89 private void validateForField()
90 {
91 insureNo("synchronized", "Variable");
92 insureNo("native", "Variable");
93 insureNo("abstract", "Variable");
94 }
95 private void validateForClass()
96 {
97 validateForMethod(); // volatile, transient

Callers 1

addModifierMethod · 0.95

Calls 1

insureNoMethod · 0.95

Tested by

no test coverage detected