class AbstractClassWithoutAbstractMethodRule extends AbstractEnhanceableAstVisitorRule
The abstract class does not contain any abstract methods. An abstract class suggests an incomplete implementation, which is to be completed by subclasses implementing the abstract methods. If the class is intended to be used as a base class only (not to be instantiated directly) a protected constructor can be provided prevent direct instantiation.
Fields inherited from class | Fields |
---|---|
class AbstractEnhanceableAstVisitorRule |
ENHANCED_MODE_SYSTEM_PROPERTY |
class AbstractAstVisitorRule |
CLOSURE_TEXT, DEFAULT_CONST_NAME, DEFAULT_FIELD_NAME, DEFAULT_TEST_CLASS_NAMES, DEFAULT_TEST_FILES, DEFAULT_VAR_NAME |
Type | Name and description |
---|---|
java.lang.Class |
astVisitorClass |
java.lang.String |
name |
int |
priority |
Constructor and description |
---|
AbstractClassWithoutAbstractMethodRule
() |
Groovy Documentation