Class ConsecutiveUtils
java.lang.Object
org.codenarc.util.ConsecutiveUtils
- All Implemented Interfaces:
groovy.lang.GroovyObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanareJoinableConstants(org.codehaus.groovy.ast.expr.Expression left, org.codehaus.groovy.ast.expr.Expression right) groovy.lang.MetaClassgetProperty(String property) invokeMethod(String method, Object arguments) static booleanisJoinableType(org.codehaus.groovy.ast.expr.Expression expression) voidsetMetaClass(groovy.lang.MetaClass mc) voidsetProperty(String property, Object value)
-
Constructor Details
-
ConsecutiveUtils
public ConsecutiveUtils()
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
invokeMethod
-
getProperty
-
setProperty
-
areJoinableConstants
public static boolean areJoinableConstants(org.codehaus.groovy.ast.expr.Expression left, org.codehaus.groovy.ast.expr.Expression right) -
isJoinableType
public static boolean isJoinableType(org.codehaus.groovy.ast.expr.Expression expression)
-