Uses of Class
com.intergral.deep.agent.tracepoint.handler.FrameCollector
-
Packages that use FrameCollector Package Description com.intergral.deep.agent.tracepoint.cf com.intergral.deep.agent.tracepoint.handler -
-
Uses of FrameCollector in com.intergral.deep.agent.tracepoint.cf
Subclasses of FrameCollector in com.intergral.deep.agent.tracepoint.cf Modifier and Type Class Description class
CFFrameProcessor
We want to map the variables from the Java variables to the CF variables. -
Uses of FrameCollector in com.intergral.deep.agent.tracepoint.handler
Subclasses of FrameCollector in com.intergral.deep.agent.tracepoint.handler Modifier and Type Class Description class
FrameProcessor
This type deals with matching tracepoints to the current state and working out if we can collect the data.
-