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 SourceLocationfrom(String source, int line, int pos)intgetChar()intgetLine()StringgetSource()static SourceLocationruntime()StringtoString()
-
-
-
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()
-
-