public class Parsers extends Object
| Constructor and Description |
|---|
Parsers() |
| Modifier and Type | Method and Description |
|---|---|
static Parser<String> |
Character(char input) |
static Parser<Double> |
Double(Double num) |
static Parser<Integer> |
Integer(Integer num) |
static Parser<String> |
Literal(String literal) |
static Parser<String> |
Regex(Pattern regex) |
static <T> Parser<List<T>> |
Sequence(Parser<T> parser)
Applies the parser repeatedly on the input
|
Copyright © 2016. All rights reserved.