Interface ASTProber
public interface ASTProber
Enables instrumentation by attaching Probes to some nodes in a (newly created,
not yet executed) AST.
-
Method Summary
-
Method Details
-
probeAST
Walk the AST starting at a node and enable instrumentation at selected nodes by attaching Probes to them.
-