Uses of Class
org.codenarc.rule.formatting.BracesForIfElseRule

Packages that use BracesForIfElseRule
org.codenarc.rule.formatting   
 

Uses of BracesForIfElseRule in org.codenarc.rule.formatting
 

Methods in org.codenarc.rule.formatting with parameters of type BracesForIfElseRule
 void 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)
           
 



Copyright © 2012. All Rights Reserved.