Class AbstractEnhanceableAstVisitorRule

    • Field Detail

      • ENHANCED_MODE_SYSTEM_PROPERTY

        public static final java.lang.String ENHANCED_MODE_SYSTEM_PROPERTY
        Holds the name of the system property which allows to control the enhancedMode property.
        See Also:
        Constant Field Values
      • enhancedMode

        private boolean enhancedMode
        Controls weather to run in enhanced mode. Note that running in enhanced mode will use a later compilation phase which will require any classes referenced from the analysed code to be available on the classpath. This property is set to false by default and can be also controlled using org.codenarc.enhancedMode system property.
    • Constructor Detail

      • AbstractEnhanceableAstVisitorRule

        public AbstractEnhanceableAstVisitorRule()