java.lang.Object
org.codehaus.groovy.transform.powerassert.Value

public class Value extends Object
A value recorded during evaluation of an assertion, along with the column it is associated with in the assertion's normalized source text.
  • Field Details

    • value

      private final Object value
    • column

      private final int column
  • Constructor Details

    • Value

      public Value(Object value, int column)
  • Method Details

    • getValue

      public Object getValue()
    • getColumn

      public int getColumn()