Uses of Class
com.intergral.deep.agent.tracepoint.handler.VariableProcessor
-
Packages that use VariableProcessor Package Description com.intergral.deep.agent.tracepoint.cf com.intergral.deep.agent.tracepoint.handler -
-
Uses of VariableProcessor in com.intergral.deep.agent.tracepoint.cf
Subclasses of VariableProcessor 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 VariableProcessor in com.intergral.deep.agent.tracepoint.handler
Subclasses of VariableProcessor in com.intergral.deep.agent.tracepoint.handler Modifier and Type Class Description class
FrameCollector
This type allows the collection of frame data, ie stack frames, watchers and other tracepoint data.class
FrameProcessor
This type deals with matching tracepoints to the current state and working out if we can collect the data.
-