The TypeMirror type to which the expression evaluates.
()
| 64 | |
| 65 | /** The {@link TypeMirror type} to which the expression evaluates. */ |
| 66 | TypeMirror type() { |
| 67 | return type; |
| 68 | } |
| 69 | |
| 70 | /** The code of the expression. */ |
| 71 | CodeBlock codeBlock() { |
no outgoing calls