Returns the declared type of this field as a ClassNode. The type may be dynamically determined or may reference generics. @return the field's type node
()
| 106 | * @return the field's type node |
| 107 | */ |
| 108 | @Override |
| 109 | public ClassNode getType() { |
| 110 | return type; |
| 111 | } |
| 112 | |
| 113 | /** |
| 114 | * Sets the field's type. |
no outgoing calls
no test coverage detected