public class VariablesEvent extends AbstractEvent implements IDebuggerEvent
Constructor and Description |
---|
VariablesEvent(EaseDebugStackFrame requestor,
java.util.Collection<EaseDebugVariable> variables) |
Modifier and Type | Method and Description |
---|---|
EaseDebugStackFrame |
getRequestor() |
java.util.Collection<EaseDebugVariable> |
getVariables() |
toString
public VariablesEvent(EaseDebugStackFrame requestor, java.util.Collection<EaseDebugVariable> variables)
public EaseDebugStackFrame getRequestor()
public java.util.Collection<EaseDebugVariable> getVariables()