Returns the class that declares this field. @return the declaring ClassNode, or null if not yet set
()
| 129 | * @return the declaring {@link ClassNode}, or null if not yet set |
| 130 | */ |
| 131 | public ClassNode getOwner() { |
| 132 | return owner; |
| 133 | } |
| 134 | |
| 135 | /** |
| 136 | * Checks whether this field is a holder field. |
no outgoing calls
no test coverage detected