public class LineInfo extends Object
| Constructor and Description |
|---|
LineInfo(int line,
int column,
String text) |
| Modifier and Type | Method and Description |
|---|---|
static LineInfo |
get(String st,
int position) |
int |
getColumn() |
int |
getLine() |
String |
getText() |
String |
toString() |
public LineInfo(int line,
int column,
String text)
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.