Class AbstractCheck.FileContext
java.lang.Object
com.puppycrawl.tools.checkstyle.api.AbstractCheck.FileContext
- Enclosing class:
- AbstractCheck
The actual context holder.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate FileContentsThe current file contents.The sorted set for collecting violations.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
violationsThe sorted set for collecting violations.
- 
fileContentsThe current file contents.
 
- 
- 
Constructor Details- 
FileContextprivate FileContext()
 
-