Interface ASTProber


public interface ASTProber
Enables instrumentation by attaching Probes to some nodes in a (newly created, not yet executed) AST.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    probeAST(Node node)
    Walk the AST starting at a node and enable instrumentation at selected nodes by attaching Probes to them.
  • Method Details

    • probeAST

      void probeAST(Node node)
      Walk the AST starting at a node and enable instrumentation at selected nodes by attaching Probes to them.