Groovy Documentation

groovy.org.codenarc.rule.formatting
[Groovy] Class BracesForIfElseAstVisitor

java.lang.Object
  org.codenarc.rule.AbstractAstVisitor
      groovy.org.codenarc.rule.formatting.BracesForIfElseAstVisitor

class BracesForIfElseAstVisitor
extends AbstractAstVisitor

Method Summary
void visitElse(BracesForIfElseRule myRule, org.codehaus.groovy.ast.stmt.IfStatement node)

void visitElseClosingBrace(BracesForIfElseRule myRule, org.codehaus.groovy.ast.stmt.IfStatement node, String srcLine)

void visitElseOpeningBrace(BracesForIfElseRule myRule, org.codehaus.groovy.ast.stmt.IfStatement node, String srcLine)

void visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement node)

 

Method Detail

visitElse

void visitElse(BracesForIfElseRule myRule, org.codehaus.groovy.ast.stmt.IfStatement node)


visitElseClosingBrace

void visitElseClosingBrace(BracesForIfElseRule myRule, org.codehaus.groovy.ast.stmt.IfStatement node, String srcLine)


visitElseOpeningBrace

void visitElseOpeningBrace(BracesForIfElseRule myRule, org.codehaus.groovy.ast.stmt.IfStatement node, String srcLine)


visitIfElse

@Override
void visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement node)


 

Groovy Documentation