org.apache.qpid.messaging.util
Class LineInfo

java.lang.Object
  extended by org.apache.qpid.messaging.util.LineInfo

public class LineInfo
extends Object

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

LineInfo

public LineInfo(int line,
                int column,
                String text)
Method Detail

get

public static LineInfo get(String st,
                           int position)

getLine

public int getLine()

getColumn

public int getColumn()

getText

public String getText()

toString

public String toString()
Overrides:
toString in class Object


Licensed to the Apache Software Foundation