Returns true if this variable has dynamic type information that could not be resolved at compile time. @return true if dynamically typed
()
| 113 | * @return true if dynamically typed |
| 114 | */ |
| 115 | boolean isDynamicTyped(); |
| 116 | |
| 117 | /** |
| 118 | * Returns the modifiers (access flags) for this variable as per {@code org.objectweb.asm.Opcodes}. |
no outgoing calls
no test coverage detected