Groovy Documentation

groovy.org.codenarc.rule.basic
[Groovy] Class EmptyCatchBlockAstVisitor

java.lang.Object
  org.codenarc.rule.AbstractAstVisitor
      groovy.org.codenarc.rule.basic.EmptyCatchBlockAstVisitor

class EmptyCatchBlockAstVisitor
extends AbstractAstVisitor

Method Summary
void visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement catchStatement)

 

Method Detail

visitCatchStatement

void visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement catchStatement)


 

Groovy Documentation