Groovy Documentation

Package org.codenarc.rule.braces

 

Class Summary
ElseBlockBracesAstVisitor
ElseBlockBracesRule Rule that checks that else blocks use braces rather than a single statement.
ForStatementBracesAstVisitor
ForStatementBracesRule Rule that checks that for statements use braces rather than a single statement.
IfStatementBracesAstVisitor
IfStatementBracesRule Rule that checks that if statements use braces rather than a single statement.
WhileStatementBracesAstVisitor
WhileStatementBracesRule Rule that checks that while statements use braces rather than a single statement.
 


Groovy Documentation