MCPcopy Create free account
hub / github.com/apache/groovy / setModifiers

Method setModifiers

src/main/java/org/codehaus/groovy/ast/Parameter.java:222–224  ·  view source on GitHub ↗

Sets the modifiers (access flags) for this parameter. @param modifiers the modifier flags from org.objectweb.asm.Opcodes

(int modifiers)

Source from the content-addressed store, hash-verified

220 * @param modifiers the modifier flags from {@code org.objectweb.asm.Opcodes}
221 */
222 public void setModifiers(int modifiers) {
223 this.modifiers = modifiers;
224 }
225
226 /**
227 * Returns the original type of this parameter before any wrapping of primitive types.

Callers 13

addConstructorMethod · 0.95
addThisReferenceMethod · 0.95
finalParamMethod · 0.95
completeEnumMethod · 0.45
visitDeprecationMethod · 0.45
addPropertyMethodMethod · 0.45
setAnonymousMethod · 0.45
processParameterMethod · 0.45
processMethodNodeMethod · 0.45
visitIndexVariableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected