Returns the modifiers (access flags) for this variable as per org.objectweb.asm.Opcodes. May include visibility modifiers (public, protected, private), static, final, etc. @return the modifier flags @see org.objectweb.asm.Opcodes
()
| 122 | * @see org.objectweb.asm.Opcodes |
| 123 | */ |
| 124 | int getModifiers(); |
| 125 | |
| 126 | /** |
| 127 | * Returns true if this variable is declared with the {@code final} modifier. |
no outgoing calls
no test coverage detected