Groovy Documentation

groovy.org.codenarc.rule.formatting
[Groovy] Class SpaceAfterWhileRule

java.lang.Object
  org.codenarc.rule.AbstractAstVisitorRule
      groovy.org.codenarc.rule.formatting.SpaceAfterWhileRule

class SpaceAfterWhileRule
extends AbstractAstVisitorRule

Check that there is exactly one space (blank) after the while keyword and before the opening parenthesis.

Authors:
Chris Mair


Property Summary
Class astVisitorClass

String name

int priority

 

Property Detail

astVisitorClass

Class astVisitorClass


name

String name


priority

int priority


 

Groovy Documentation