Modifier and Type | Field and Description |
---|---|
static Position |
UNKNOWN
Represents an unknown position for warnings and errors which cannot be associated with a defined position.
|
Modifier and Type | Method and Description |
---|---|
int |
getLine()
Returns the line number of this position.
|
int |
getPos()
Returns the character position within the line of this position
|
static final Position UNKNOWN
Copyright © 2020. All rights reserved.