Interface ASTProber
-
public interface ASTProber
Enables instrumentation by attaching Probes to some nodes in a (newly created, not yet executed) AST.
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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.
-