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 voidBracesForIfElseAstVisitor. visitElse(BracesForIfElseRule myRule, org.codehaus.groovy.ast.stmt.IfStatement node)voidBracesForIfElseAstVisitor. visitElseClosingBrace(BracesForIfElseRule myRule, org.codehaus.groovy.ast.stmt.IfStatement node, String srcLine)voidBracesForIfElseAstVisitor. visitElseOpeningBrace(BracesForIfElseRule myRule, org.codehaus.groovy.ast.stmt.IfStatement node, String srcLine)
-