Package com.evolveum.axiom.concepts
Class SourceLocation
- java.lang.Object
-
- com.evolveum.axiom.concepts.SourceLocation
-
public class SourceLocation extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SourceLocation
from(String source, int line, int pos)
int
getChar()
int
getLine()
String
getSource()
static SourceLocation
runtime()
String
toString()
-
-
-
Method Detail
-
from
public static SourceLocation from(String source, int line, int pos)
-
getSource
public String getSource()
-
getLine
public int getLine()
-
getChar
public int getChar()
-
runtime
public static SourceLocation runtime()
-
-