Groovy Documentation

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

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

class EmptyFinallyBlockAstVisitor
extends AbstractAstVisitor

Method Summary
void visitTryCatchFinally(org.codehaus.groovy.ast.stmt.TryCatchStatement tryCatchStatement)

 

Method Detail

visitTryCatchFinally

void visitTryCatchFinally(org.codehaus.groovy.ast.stmt.TryCatchStatement tryCatchStatement)


 

Groovy Documentation