public class BooleanParser extends Object implements Parser<Boolean>
CharSequence
.Modifier | Constructor and Description |
---|---|
protected |
BooleanParser()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static Parser<Boolean> |
instance() |
Boolean |
parse(CharSequence text) |
protected BooleanParser()
public Boolean parse(CharSequence text) throws ParseException
parse
in interface Parser<Boolean>
ParseException
Copyright © 2017. All rights reserved.