Returns the field name. @return the field's identifier
()
| 95 | * @return the field's identifier |
| 96 | */ |
| 97 | @Override |
| 98 | public String getName() { |
| 99 | return name; |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Returns the declared type of this field as a {@link ClassNode}. |
no outgoing calls
no test coverage detected