public class DebuggerFrame extends Object
| Constructor and Description |
|---|
DebuggerFrame(List<FieldDebugInfo<?>> variables,
String name)
A new debugger frame with the list of variables and a given name for this frame.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the frame
|
List<FieldDebugInfo<?>> |
getVariables()
Returns the list of variables active in this frame
|
public DebuggerFrame(List<FieldDebugInfo<?>> variables, String name)
variables - The list of visible variables in this frame. Non nullname - A name of the frame. Non emptypublic List<FieldDebugInfo<?>> getVariables()
public String getName()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.