mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
12 lines
230 B
Java
12 lines
230 B
Java
// Generated automatically from javax.json.stream.JsonLocation for testing purposes
|
|
|
|
package javax.json.stream;
|
|
|
|
|
|
public interface JsonLocation
|
|
{
|
|
long getColumnNumber();
|
|
long getLineNumber();
|
|
long getStreamOffset();
|
|
}
|