Package com.tonic.analysis.query.planner
Planning a parsed query into probes over candidate targets.
-
Interface Summary Interface Description QueryTarget The code location a query match points to: a class, a method, or a specific bytecode offset within a method. -
Class Summary Class Description ProbePlan Compiled query plan.ProbePlan.Builder Mutable accumulator for a plan around a fixed query.QueryMatch A single query match.QueryMatch.Builder Fluent builder that accumulates attributes and evidence for one match.QueryPlanner Compiles a query into an executableProbePlan.QueryTarget.ClassTarget QueryTarget.MethodTarget QueryTarget.PCTarget