Package | Description |
---|---|
org.jparsec |
Provides core Parser implementations for parser combinator logic.
|
Modifier and Type | Method and Description |
---|---|
static Parser.Mode |
Parser.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parser.Mode[] |
Parser.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
Parser.parse(CharSequence source,
Parser.Mode mode)
Parses
source under the given mode . |
Copyright © 2013–2016 jparsec. All rights reserved.