Sets the modifiers (access flags) for this parameter. @param modifiers the modifier flags from org.objectweb.asm.Opcodes
(int modifiers)
| 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. |
no outgoing calls
no test coverage detected