mirror of
https://github.com/github/codeql.git
synced 2026-08-06 02:13:10 +02:00
12 lines
234 B
Java
Generated
12 lines
234 B
Java
Generated
// Generated automatically from jakarta.json.stream.JsonLocation for testing purposes
|
|
|
|
package jakarta.json.stream;
|
|
|
|
|
|
public interface JsonLocation
|
|
{
|
|
long getColumnNumber();
|
|
long getLineNumber();
|
|
long getStreamOffset();
|
|
}
|