Interface Parser<T>
- Type Parameters:
T- the type of parser's output
- All Known Implementing Classes:
ExpressionParser, VersionParser
public interface Parser<T>
A parser interface.
- Since:
- 0.7.0
-
Method Summary
-
Method Details
-
parse
-
T - the type of parser's outputExpressionParser, VersionParser