public class StringInterpolationWarning extends Warning
| Constructor and Description |
|---|
StringInterpolationWarning(int row,
String context) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getMessageLines() |
public StringInterpolationWarning(int row,
String context)
row - the row of the unescaped $string - the containing stringpublic String[] getMessageLines()
getMessageLines in class Warning