| Package | Description |
|---|---|
| org.mule.api.debug |
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorFieldDebugInfo
Provides debug information for a field when there was an error
obtaining the field's information.
|
class |
ObjectFieldDebugInfo
Provides debug information for an object's field that contains a value
composed of many simple values.
|
class |
SimpleFieldDebugInfo
Provides debug information for an object's field that contains a simple value.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldDebugInfo<?> |
FieldDebugInfoFactory.createFieldDebugInfo(String name,
Class<?> type,
AttributeEvaluator evaluator,
MuleEvent event)
Creates a debug info for a field
|
static FieldDebugInfo |
FieldDebugInfoFactory.createFieldDebugInfo(String name,
Class<?> type,
FieldDebugInfoFactory.FieldEvaluator evaluator)
Creates a debug info for a field
|
FieldDebugInfo<?> |
ScriptEvaluator.eval(String script)
Evaluates the script and returns the information of the result
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldDebugInfo<?>> |
DebugInfoProvider.getDebugInfo(MuleEvent event)
Returns debug information about the fields of this object.
|
List<FieldDebugInfo<?>> |
DebuggerFrame.getVariables()
Returns the list of variables active in this frame
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectFieldDebugInfo |
FieldDebugInfoFactory.createFieldDebugInfo(String name,
Class<?> type,
List<FieldDebugInfo<?>> fields)
Creates a debug info for an object field
|
static ObjectFieldDebugInfo |
FieldDebugInfoFactory.createFieldDebugInfo(String name,
String type,
List<FieldDebugInfo<?>> fields)
Creates a debug info for an object field
|
| 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.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.