| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.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.
| Constructor Summary | |
            Value(Object value, int column)
             | 
        |
| Method Summary | |
|---|---|
            int
         | 
        
            getColumn()
             | 
        
            Object
         | 
        
            getValue()
             | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Constructor Detail | 
|---|
public Value(Object value, int column)
| Method Detail | 
|---|
public int getColumn()
public Object getValue()
Copyright © 2003-2010 The Codehaus. All rights reserved.