Class TestDiagnosticLine
java.lang.Object
org.checkerframework.framework.test.diagnostics.TestDiagnosticLine
Represents a list of TestDiagnostics, which was read from a one line of a file.
- 
Constructor SummaryConstructorsConstructorDescriptionTestDiagnosticLine(String filename, long lineNumber, String originalLine, List<TestDiagnostic> diagnostics) 
- 
Method SummaryModifier and TypeMethodDescriptionlongboolean
- 
Constructor Details- 
TestDiagnosticLinepublic TestDiagnosticLine(String filename, long lineNumber, String originalLine, List<TestDiagnostic> diagnostics) 
 
- 
- 
Method Details- 
getFilename
- 
hasDiagnosticspublic boolean hasDiagnostics()
- 
getLineNumberpublic long getLineNumber()
- 
getOriginalLine
- 
getDiagnostics
 
-