|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.messaging.util.LineInfo
public class LineInfo
LineInfo
Constructor Summary | |
---|---|
LineInfo(int line,
int column,
String text)
|
Method Summary | |
---|---|
static LineInfo |
get(String st,
int position)
|
int |
getColumn()
|
int |
getLine()
|
String |
getText()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LineInfo(int line, int column, String text)
Method Detail |
---|
public static LineInfo get(String st, int position)
public int getLine()
public int getColumn()
public String getText()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |