org.apache.ode.bpel.compiler
Class SourceLocation

java.lang.Object
  extended by org.apache.ode.bpel.compiler.SourceLocation
Direct Known Subclasses:
BpelObject, SourceLocatorWrapper

public class SourceLocation
extends java.lang.Object


Constructor Summary
SourceLocation()
           
SourceLocation(java.net.URI uri)
           
 
Method Summary
 int getColumnNo()
           
 int getLineNo()
           
 java.lang.String getPath()
           
 java.net.URI getURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceLocation

public SourceLocation()

SourceLocation

public SourceLocation(java.net.URI uri)
Method Detail

getColumnNo

public int getColumnNo()

getLineNo

public int getLineNo()

getPath

public java.lang.String getPath()

getURI

public java.net.URI getURI()