Uses of Class
org.codenarc.rule.formatting.BracesForIfElseRule
-
Packages that use BracesForIfElseRule Package Description org.codenarc.rule.formatting -
-
Uses of BracesForIfElseRule in org.codenarc.rule.formatting
Methods in org.codenarc.rule.formatting with parameters of type BracesForIfElseRule Modifier and Type Method Description void
BracesForIfElseAstVisitor. visitElse(BracesForIfElseRule myRule, org.codehaus.groovy.ast.stmt.IfStatement node)
void
BracesForIfElseAstVisitor. visitElseClosingBrace(BracesForIfElseRule myRule, org.codehaus.groovy.ast.stmt.IfStatement node, java.lang.String srcLine)
void
BracesForIfElseAstVisitor. visitElseOpeningBrace(BracesForIfElseRule myRule, org.codehaus.groovy.ast.stmt.IfStatement node, java.lang.String srcLine)
-