Groovy Documentation

groovy.org.codenarc.rule.exceptions
[Groovy] Class SwallowThreadDeathAstVisitor

java.lang.Object
  org.codenarc.rule.AbstractAstVisitor
      groovy.org.codenarc.rule.exceptions.SwallowThreadDeathAstVisitor

class SwallowThreadDeathAstVisitor
extends AbstractAstVisitor

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

void visitThrowStatement(org.codehaus.groovy.ast.stmt.ThrowStatement statement)

 

Method Detail

visitCatchStatement

@Override
void visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement statement)


visitThrowStatement

@Override
void visitThrowStatement(org.codehaus.groovy.ast.stmt.ThrowStatement statement)


 

Groovy Documentation