Class FormatterTreeUtil.Result<E>

java.lang.Object
org.checkerframework.checker.formatter.FormatterTreeUtil.Result<E>
Type Parameters:
E - the type of the wrapped value
Enclosing class:
FormatterTreeUtil

public static class FormatterTreeUtil.Result<E> extends Object
A wrapper around a value of type E, plus an ExpressionTree location.
  • Field Details

    • location

      public final ExpressionTree location
      The location of the value.
  • Constructor Details

  • Method Details

    • value

      public E value()