com.hp.hpl.jena.sparql.sse
Class ItemLocation

java.lang.Object
  extended by com.hp.hpl.jena.sparql.sse.ItemLocation
Direct Known Subclasses:
Item, ItemList

public class ItemLocation
extends Object


Method Summary
 int getColumn()
           
 int getLine()
           
 boolean hasLocation()
           
 String location()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

hasLocation

public boolean hasLocation()

getColumn

public int getColumn()

getLine

public int getLine()

location

public String location()

toString

public String toString()
Overrides:
toString in class Object


Licenced under the Apache License, Version 2.0