public class Position
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Position |
ABSOLUTE_END |
static Position |
ABSOLUTE_START |
| Constructor and Description |
|---|
Position(int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
static Position |
beginOf(Node node) |
static Position |
endOf(Node node) |
int |
getColumn() |
int |
getLine() |
Copyright © 2007-2015. All Rights Reserved.