Uses of Class
com.intergral.deep.agent.tracepoint.handler.bfs.Node.NodeValue
-
Packages that use Node.NodeValue Package Description com.intergral.deep.agent.tracepoint.handler com.intergral.deep.agent.tracepoint.handler.bfs -
-
Uses of Node.NodeValue in com.intergral.deep.agent.tracepoint.handler
Methods in com.intergral.deep.agent.tracepoint.handler with parameters of type Node.NodeValue Modifier and Type Method Description protected VariableProcessor.VariableResponse
VariableProcessor. processVariable(Node.NodeValue value)
Process the given node into aVariableProcessor.VariableResponse
. -
Uses of Node.NodeValue in com.intergral.deep.agent.tracepoint.handler.bfs
Methods in com.intergral.deep.agent.tracepoint.handler.bfs that return Node.NodeValue Modifier and Type Method Description Node.NodeValue
Node. getValue()
Constructors in com.intergral.deep.agent.tracepoint.handler.bfs with parameters of type Node.NodeValue Constructor Description Node(Node.NodeValue value, Node.IParent parent)
Create a new node for the BFS.Node(Node.NodeValue value, Set<Node> children, Node.IParent parent)
Create a new node for the BFS.
-