Uses of Class
org.codenarc.rule.formatting.BracesForIfElseRule
Packages that use BracesForIfElseRule
-
Uses of BracesForIfElseRule in org.codenarc.rule.formatting
Methods in org.codenarc.rule.formatting with parameters of type BracesForIfElseRuleModifier and TypeMethodDescriptionvoidBracesForIfElseAstVisitor.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)