| Modifier and Type | Method and Description |
|---|---|
IMarkerFactory.IMarker |
IMarkerFactory.IMarker.fork()
Create another marker for the very same original state of
the parser.
|
IMarkerFactory.IMarker |
IMarkerFactory.IMarker.join(IMarkerFactory.IMarker forkedMarker)
Join the forked marker and keep this one as the better one.
|
IMarkerFactory.IMarker |
IMarkerFactory.mark()
Creates a new marker.
|
IMarkerFactory.IMarker |
AbstractPackratParser.mark() |
| Modifier and Type | Method and Description |
|---|---|
IMarkerFactory.IMarker |
IMarkerFactory.IMarker.join(IMarkerFactory.IMarker forkedMarker)
Join the forked marker and keep this one as the better one.
|
| Modifier and Type | Method and Description |
|---|---|
protected IMarkerFactory.IMarker |
NonTerminalConsumer.mark() |
| Modifier and Type | Method and Description |
|---|---|
IMarkerFactory.IMarker |
DebugMarkerFactory.mark() |
| Modifier and Type | Class and Description |
|---|---|
class |
Marker |
| Modifier and Type | Method and Description |
|---|---|
IMarkerFactory.IMarker |
Marker.join(IMarkerFactory.IMarker forkedMarker) |
| Modifier and Type | Method and Description |
|---|---|
IMarkerFactory.IMarker |
Marker.join(IMarkerFactory.IMarker forkedMarker) |
| Modifier and Type | Method and Description |
|---|---|
IMarkerFactory.IMarker |
StringWithOffset.mark() |
Copyright © 2015. All Rights Reserved.