public interface IMarkerFactory
IMarkerFactory.IMarker instances.
IMarkerFactory.IMarkers are used to store a parse state and to handle
alternatives and rejoin them.
Subsequent calls to mark() create kind of child
markers.| Modifier and Type | Interface and Description |
|---|---|
static interface |
IMarkerFactory.IMarker
Represents a nestable parser state
|
| Modifier and Type | Method and Description |
|---|---|
IMarkerFactory.IMarker |
mark()
Creates a new marker.
|
IMarkerFactory.IMarker mark()