1 package net.sourceforge.phpeclipse.xdebug.php.model;
3 import org.w3c.dom.Node;
5 public class XDebugValue extends XDebugAbstractValue {
6 public XDebugValue(XDebugStackFrame variable, Node value) {
7 super(variable, value);
8 fValueString = "uninitialized";
12 public void renderValueString(String data) {
15 public boolean verifyValue(String expression) {