Class WithSource<T>
java.lang.Object
org.jparsec.WithSource<T>
Parsed result with the matched source text.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
source
-
-
Constructor Details
-
WithSource
-
-
Method Details
-
getValue
Returns the parsed result. -
getSource
Returns the underlying source text. Never null. -
toString
-
equals
-
hashCode
-