public final class SourceInfo extends Object
| Constructor and Description |
|---|
SourceInfo(int lineno,
int colno,
String source) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber() |
int |
getLineNumber() |
String |
getSource() |
com.google.gson.JsonElement |
toJson() |
String |
toString() |
public SourceInfo(int lineno,
int colno,
String source)
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.