@Immutable public interface InputPosition
Modifier and Type | Method and Description |
---|---|
int |
column()
The column number referred to by the position; column numbers start at 1.
|
int |
line()
The line number referred to by the position; line numbers start at 1.
|
int |
offset()
The character offset referred to by this position; offset numbers start at 0.
|
int offset()
int line()
int column()
Copyright © 2018. All rights reserved.