public class LineColumn extends Object
| Constructor and Description |
|---|
LineColumn(int line,
int column,
int len) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getLen() |
int |
getLine() |
void |
setColumn(int column) |
void |
setLen(int len) |
void |
setLine(int line) |
Copyright © 2018 Linux Foundation. All Rights Reserved.