org.codenarc.util
[Groovy] Class ConsecutiveUtils
java.lang.Object
org.codenarc.util.ConsecutiveUtils
class ConsecutiveUtils
Utility class for Consecutive* rules.
- Authors:
- Hamlet D'Arcy
Method Summary |
static boolean
|
areJoinableConstants(org.codehaus.groovy.ast.expr.Expression left, org.codehaus.groovy.ast.expr.Expression right)
|
static boolean
|
isJoinableType(org.codehaus.groovy.ast.expr.Expression expression)
|
areJoinableConstants
static boolean areJoinableConstants(org.codehaus.groovy.ast.expr.Expression left, org.codehaus.groovy.ast.expr.Expression right)
-
isJoinableType
static boolean isJoinableType(org.codehaus.groovy.ast.expr.Expression expression)
-
Groovy Documentation