Returns the ASM modifier flags for this field. Flags include visibility (public/protected/private), static, final, transient, volatile, etc. @return ASM opcode flags representing this field's modifiers
()
| 169 | * @return ASM opcode flags representing this field's modifiers |
| 170 | */ |
| 171 | @Override |
| 172 | public int getModifiers() { |
| 173 | return modifiers; |
| 174 | } |
| 175 | |
| 176 | /** |
| 177 | * Sets the ASM modifier flags for this field. |
no outgoing calls
no test coverage detected