Abstract superclass for AstVisitor classes that need to determine whether a Statement is the last statement within a block.
Type Params | Return Type | Name and description |
---|---|---|
|
protected boolean |
isLastStatementInBlock(org.codehaus.groovy.ast.stmt.Statement statement) |
|
void |
visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement block) |