org.codehaus.groovy.transform.powerassert
Class Value
java.lang.Object
org.codehaus.groovy.transform.powerassert.Value
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.
- author:
- Peter Niederwieser
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Value
public Value(Object value, int column)
-
getColumn
public int getColumn()
-
getValue
public Object getValue()
-
Copyright © 2003-2009 The Codehaus. All rights reserved.