[Java] Class Value

  • org.codehaus.groovy.runtime.powerassert.Value

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

Constructors
Constructor and description
Value (Object value, int column)

Methods Summary

Methods
Type Params Return Type Name and description
int getColumn()
Object getValue()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
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()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/runtime/powerassert/Value.html