Groovy Documentation

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)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

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