groovy.org.codenarc.rule.convention
[Groovy] Class IfStatementCouldBeTernaryAstVisitor
java.lang.Object
org.codenarc.rule.AbstractAstVisitor
groovy.org.codenarc.rule.convention.IfStatementCouldBeTernaryAstVisitor
class IfStatementCouldBeTernaryAstVisitor
extends AbstractAstVisitor
|
Method Summary |
void
|
visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement block)
|
void
|
visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement ifElse)
|
visitBlockStatement
@Override
void visitBlockStatement(org.codehaus.groovy.ast.stmt.BlockStatement block)
-
visitIfElse
@Override
void visitIfElse(org.codehaus.groovy.ast.stmt.IfStatement ifElse)
-
Groovy Documentation