Returns the size of a structure resulting from this expression. @return size, or -1 if it is unknown or if the result is not a structure.
()
| 222 | * @return size, or {@code -1} if it is unknown or if the result is not a structure. |
| 223 | */ |
| 224 | public long structSize() { |
| 225 | return -1; |
| 226 | } |
| 227 | |
| 228 | /** |
| 229 | * Indicates if an expression has one of the specified compiler properties. This method must only |
no outgoing calls