Interface Location
-
public interface Location- Since:
- 12.1
- Author:
- Tristan Tarrant <tristan@infinispan.org%gt;
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColumnNumber()intgetLineNumber()static Locationof(int line, int column)
-
-
-
Method Detail
-
getLineNumber
int getLineNumber()
-
getColumnNumber
int getColumnNumber()
-
of
static Location of(int line, int column)
-
-