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

Method validateForClass

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

Source from the content-addressed store, hash-verified

93 insureNo("abstract", "Variable");
94 }
95 private void validateForClass()
96 {
97 validateForMethod(); // volatile, transient
98 insureNo("native", "Class");
99 insureNo("synchronized", "Class");
100 }
101
102 private void insureNo( String modifier, String context )
103 {

Callers 1

addModifierMethod · 0.95

Calls 2

validateForMethodMethod · 0.95
insureNoMethod · 0.95

Tested by

no test coverage detected