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.
Creates a recorded assertion value.
value - the recorded valuecolumn - the 1-based column in the normalized assertion text, or a
non-positive value if the source position is unknownReturns the source column associated with the recorded value.
Returns the recorded value.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.