Class ASTCapture

java.lang.Object
ortus.boxlang.runtime.events.BaseInterceptor
ortus.boxlang.runtime.interceptors.ASTCapture
All Implemented Interfaces:
IInterceptor

public class ASTCapture extends BaseInterceptor
An interceptor that captures the AST and outputs it to the console or a file
  • Constructor Details

    • ASTCapture

      public ASTCapture(boolean toConsole, boolean toFile)
      Constructor
      Parameters:
      toConsole - Whether to output to the console
      toFile - Whether to output to a file
  • Method Details