Returns the type of the variable. If the type is not yet determined, implementations may return a dynamic or placeholder type. @return the ClassNode representing this variable's type
()
| 54 | * @return the {@link ClassNode} representing this variable's type |
| 55 | */ |
| 56 | ClassNode getType(); |
| 57 | |
| 58 | /** |
| 59 | * Returns the original type of this variable before any type wrapping or transformation. |
no outgoing calls