Package | Description |
---|---|
org.parboiled | |
org.parboiled.buffers | |
org.parboiled.errors |
Modifier and Type | Method and Description |
---|---|
Position |
MatcherContext.getPosition() |
Position |
Context.getPosition()
Returns the current position in the underlying
InputBuffer as a
Position instance. |
Position |
BaseActions.position()
Returns the current position in the underlying
InputBuffer as a
Position instance. |
Modifier and Type | Method and Description |
---|---|
Position |
MutableInputBuffer.getPosition(int index) |
Position |
InputBuffer.getPosition(int index)
Returns the line and column number of the character with the given index encapsulated in a
Position
object. |
Position |
IndentDedentInputBuffer.getPosition(int index) |
Position |
DefaultInputBuffer.getPosition(int index) |
Modifier and Type | Field and Description |
---|---|
Position |
IllegalIndentationException.position |
Constructor and Description |
---|
IllegalIndentationException(InputBuffer buffer,
Position position) |