JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.github.zafarkhaja.semver
Interface Parser<T>
Type Parameters:
T
- the type of parser's output
All Known Implementing Classes:
ExpressionParser
public interface
Parser<T>
A parser interface.
Since:
0.7.0
Method Summary
Methods
Modifier and Type
Method and Description
T
parse
(java.lang.String input)
Parses the input string.
Method Detail
parse
T
parse(java.lang.String input)
Parses the input string.
Parameters:
input
- the string to parse
Returns:
the Abstract Syntax Tree
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method