| Package | Description |
|---|---|
| io.whitfin.dottie.joiner | |
| io.whitfin.dottie.parser | |
| io.whitfin.dottie.segment | |
| io.whitfin.dottie.splitter |
| Modifier and Type | Method and Description |
|---|---|
NotationJoiner |
NotationJoiner.append(NotationSegment... segments)
Appends some existing segments to the builder.
|
| Modifier and Type | Method and Description |
|---|---|
static NotationSegment |
NotationParser.parseSegment(String segment)
Parses a previously found segment into a
NotationSegment
instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
NotationAccessor
Segment class to represent a notation accessor.
|
class |
NotationIndex
Segment class to represent a notation index.
|
class |
NotationProperty
Segment class to represent a notation property.
|
| Modifier and Type | Method and Description |
|---|---|
NotationSegment<Integer> |
NotationSegment.asIndex()
Returns this instance cast as an index segment.
|
NotationSegment<String> |
NotationSegment.asProperty()
Returns this instance cast as a property segment.
|
static NotationSegment |
NotationSegment.parse(Integer index)
Parses an integer value into an index segment.
|
static NotationSegment |
NotationSegment.parse(String property)
Parses a textual value into an property segment.
|
| Modifier and Type | Method and Description |
|---|---|
static List<NotationSegment> |
NotationSplitter.split(String input)
Splits a notational input back into a
List of
NotationSegment instances. |
Copyright © 2017. All rights reserved.