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