Interface Context
-
public interface Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColumn()intgetLine()StringgetSystemId()
-
-
-
Method Detail
-
getSystemId
String getSystemId()
-
getLine
int getLine()
-
getColumn
int getColumn()
-
-