Class VariableProcessor.VariableResponse
- java.lang.Object
-
- com.intergral.deep.agent.tracepoint.handler.VariableProcessor.VariableResponse
-
- Enclosing class:
- VariableProcessor
protected static class VariableProcessor.VariableResponse extends Object
This type is essentially a way to return theVariableID
and to indicate if we need to process the children of this variable.
-
-
Constructor Summary
Constructors Constructor Description VariableResponse(VariableID variableId, boolean processChildren)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableID
getVariableId()
boolean
processChildren()
-
-
-
Constructor Detail
-
VariableResponse
public VariableResponse(VariableID variableId, boolean processChildren)
-
-
Method Detail
-
getVariableId
public VariableID getVariableId()
-
processChildren
public boolean processChildren()
-
-