Class ExceptionAsFlowControlRule

All Implemented Interfaces:
AstVisitor, JavaVisitor, Rule, PropertySource

public class ExceptionAsFlowControlRule extends AbstractJavaRulechainRule
Catches the use of exception statements as a flow control device.
Author:
Will Sargent
  • Constructor Details

    • ExceptionAsFlowControlRule

      public ExceptionAsFlowControlRule()
  • Method Details