Returns the original type of this variable before any type wrapping or transformation. For primitive types, this preserves the distinction between boxed and unboxed forms. @return the original ClassNode before transformations
()
| 62 | * @return the original {@link ClassNode} before transformations |
| 63 | */ |
| 64 | ClassNode getOriginType(); |
| 65 | |
| 66 | /** |
| 67 | * Returns the initialization expression for this variable, or null if no initialization is present. |
no outgoing calls
no test coverage detected