Returns the data reference bound to this variable. See Expr#data for details. @return data reference (can be null)
()
| 116 | * @return data reference (can be {@code null}) |
| 117 | */ |
| 118 | public Data data() { |
| 119 | return ex != null ? ex.data() : null; |
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * Declared type of this variable. |
no outgoing calls