public class NotationSplitter extends Object
NotationSegment instances.
Only one method is exposed at this point, split(String)
as there is no need for global state. This could change in the
future, but it's unlikely.| Constructor and Description |
|---|
NotationSplitter() |
| Modifier and Type | Method and Description |
|---|---|
static List<NotationSegment> |
split(String input)
Splits a notational input back into a
List of
NotationSegment instances. |
@Nonnull public static List<NotationSegment> split(@Nonnull String input)
List of
NotationSegment instances.input - the input notation String.List of parsed NotationSegment instances.Copyright © 2017. All rights reserved.