Abstract superclass for AST Visitor classes that check for conditions within a finally block
| Type | Name and description |
|---|---|
protected boolean |
isStatementWithinFinally(org.codehaus.groovy.ast.stmt.Statement statement)@return true if the specified statement is within a finally block |
void |
visitTryCatchFinally(org.codehaus.groovy.ast.stmt.TryCatchStatement tryCatchStatement) |