Returns the type of this parameter. If the type has not been set, a dynamic type is returned. @return the ClassNode representing this parameter's type
()
| 93 | * @return the {@link ClassNode} representing this parameter's type |
| 94 | */ |
| 95 | @Override |
| 96 | public ClassNode getType() { |
| 97 | return type; |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * Sets the type of this parameter. If the type is dynamically typed, |
no outgoing calls
no test coverage detected