Returns the underlying ClassNode for this generic type. @return the type
()
| 79 | * @return the type |
| 80 | */ |
| 81 | public ClassNode getType() { |
| 82 | return type; |
| 83 | } |
| 84 | |
| 85 | /** |
| 86 | * Sets the underlying {@link ClassNode} for this generic type. |
no outgoing calls
no test coverage detected