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