public static class FormatterTreeUtil.Result<E>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ExpressionTree |
location |
| Constructor and Description |
|---|
Result(E value,
ExpressionTree location) |
| Modifier and Type | Method and Description |
|---|---|
E |
value() |
public final ExpressionTree location
public Result(E value, ExpressionTree location)
public E value()