Package com.tonic.analysis.query.planner
Interface QueryTarget
-
- All Known Implementing Classes:
QueryTarget.ClassTarget,QueryTarget.MethodTarget,QueryTarget.PCTarget
public interface QueryTargetThe code location a query match points to: a class, a method, or a specific bytecode offset within a method.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQueryTarget.ClassTargetstatic classQueryTarget.MethodTargetstatic classQueryTarget.PCTarget
-