public abstract class AccumulatedDebugValue extends DebugValue
Modifier and Type | Field and Description |
---|---|
protected DebugValue |
flat |
Constructor and Description |
---|
AccumulatedDebugValue(String name,
boolean conditional,
DebugValue flat) |
addToCurrentValue, compareTo, getCurrentValue, getIndex, getName, isConditional, setConditional, setCurrentValue, toString, toString
protected final DebugValue flat
public AccumulatedDebugValue(String name, boolean conditional, DebugValue flat)