Class Value
- java.lang.Object
- 
- org.codehaus.groovy.runtime.powerassert.Value
 
- 
 public class Value extends java.lang.ObjectA value recorded during evaluation of an assertion, along with the column it is associated with in the assertion's normalized source text.
- 
- 
Constructor SummaryConstructors Constructor Description Value(java.lang.Object value, int column)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumn()java.lang.ObjectgetValue()
 
-