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 Summary
ConstructorsConstructorDescriptionTestDiagnosticLine(String filename, long lineNumber, String originalLine, List<TestDiagnostic> diagnostics)  - 
Method Summary
Modifier and TypeMethodDescriptionlongboolean 
- 
Constructor Details
- 
TestDiagnosticLine
public TestDiagnosticLine(String filename, long lineNumber, String originalLine, List<TestDiagnostic> diagnostics)  
 - 
 - 
Method Details
- 
getFilename
 - 
hasDiagnostics
public boolean hasDiagnostics() - 
getLineNumber
public long getLineNumber() - 
getOriginalLine
 - 
getDiagnostics
 
 -