public class FileMatch extends Object
| Constructor and Description |
|---|
FileMatch(File f,
int line,
int col,
String str,
String oLine) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
File |
getFile() |
int |
getLine() |
String |
getOriginalLine() |
String |
getString() |
String |
toString() |