Class Value
java.lang.Object
org.codehaus.groovy.runtime.powerassert.Value
public class Value
extends java.lang.Object
A 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 SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
Valuepublic Value(java.lang.Object value, int column)
 
- 
- 
Method Details- 
getValuepublic java.lang.Object getValue()
- 
getColumnpublic int getColumn()
 
-