| Package | Description |
|---|---|
| us.bpsm.edn.parser |
This package provides a Parser for edn.
|
| Modifier and Type | Method and Description |
|---|---|
static Parseable |
Parsers.newParseable(CharSequence cs)
Create a new
Parseable wrapping the given CharSequence. |
static Parseable |
Parsers.newParseable(Readable r)
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Scanner.nextToken(Parseable pbr)
|
Object |
Parser.nextValue(Parseable pbr)
Return the next value parsed from
pbr. |
Copyright © 2019. All rights reserved.