|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.josql.functions.FileMatch
public class FileMatch
This class represents the match of a String in a file.
| Constructor Summary | |
|---|---|
FileMatch(File f,
int line,
int col,
String str,
String oLine)
|
|
| Method Summary | |
|---|---|
int |
getColumn()
|
File |
getFile()
|
int |
getLine()
|
String |
getOriginalLine()
|
String |
getString()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileMatch(File f,
int line,
int col,
String str,
String oLine)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getOriginalLine()
public String getString()
public int getColumn()
public int getLine()
public File getFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||