| Package | Description |
|---|---|
| org.dbrain.data | |
| org.dbrain.data.impl.fqn |
Implementation of Fully Qualified Name.
|
| org.dbrain.data.impl.path |
Implementation of Paths.
|
| org.dbrain.data.text |
| Modifier and Type | Method and Description |
|---|---|
static Fqn |
Fqn.of(ReaderCursor c)
Create a fully qualified name from a ReaderCursor.
|
static Path |
Path.of(ReaderCursor c)
Create a path from a ReaderCursor.
|
| Modifier and Type | Method and Description |
|---|---|
static Fqn |
FqnParseUtils.parseFqn(ReaderCursor c)
Create a fully qualified name from a ReaderCursor.
|
static FqnPattern |
FqnPatternParseUtils.parseFqnPattern(ReaderCursor c)
Create a fully qualified name pattern from a ReaderCursor.
|
| Modifier and Type | Method and Description |
|---|---|
static Path |
PathParseUtils.parsePath(ReaderCursor c)
Create a fully qualified name from a ReaderCursor.
|
static PathPattern |
PathPatternParseUtils.parsePathPattern(ReaderCursor c)
Create a fully qualified name pattern from a ReaderCursor.
|
static String |
PathParseUtils.readAttribute(ReaderCursor c) |
static long |
PathParseUtils.readLong(ReaderCursor c) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ParserUtils.readJavaIdentifier(ReaderCursor c) |
static String |
ParserUtils.readQuotedString(ReaderCursor c) |
static void |
ParserUtils.skipWhitespaces(ReaderCursor c) |
Copyright © 2015. All rights reserved.