Groovy Documentation

groovy.org.codenarc.rule.groovyism
[Groovy] Class ConstantExpressionExtractor

java.lang.Object
  groovy.org.codenarc.rule.groovyism.ConstantExpressionExtractor

class ConstantExpressionExtractor

Method Summary
List extractFrom(org.codehaus.groovy.ast.AnnotationNode annotationNode)

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

Method Detail

extractFrom

@SuppressWarnings('UseCollectMany') //collectMany is not available in Groovy 1.7.5
List extractFrom(org.codehaus.groovy.ast.AnnotationNode annotationNode)


 

Groovy Documentation