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