Package | Description |
---|---|
org.scripthelper.debug |
The debug package.
|
org.scripthelper.debug.model |
Contain the source model.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<Var,java.lang.Object> |
Step.values
The step declared variables values.
|
protected java.util.Map<java.lang.Integer,Var> |
Step.variables
The step declared variables.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,Var> |
Step.getArguments()
Return the step arguments.
|
java.util.Map<Var,java.lang.Object> |
DebugEvent.getValues()
Return the event values
|
java.util.Map<Var,java.lang.Object> |
Step.getValues()
Set the step arguments values.
|
java.util.Map<Var,java.lang.Object> |
Step.stop(java.lang.Object... arguments)
Stop at the step line.
|
Modifier and Type | Method and Description |
---|---|
void |
Breakpoint.setArguments(java.util.Map<java.lang.Integer,Var> arguments)
Set the step arguments.
|
void |
Step.setArguments(java.util.Map<java.lang.Integer,Var> arguments)
Set the step arguments.
|
Constructor and Description |
---|
DebugEvent(DebugSession<?> session,
int lineNumber,
short type,
java.util.Map<Var,java.lang.Object> values)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.SortedMap<java.lang.Integer,Var> |
SourceModel.fields
The fields.
|
protected java.util.SortedMap<java.lang.Integer,java.util.List<Var>> |
AbstractParent.vars
The variable declarations.
|
Modifier and Type | Method and Description |
---|---|
Var |
Var.clone() |
Modifier and Type | Method and Description |
---|---|
java.util.SortedMap<java.lang.Integer,Var> |
SourceModel.getFields()
Return the fields.
|
java.util.SortedSet<Var> |
SourceModel.getFieldVariables()
Return the list of variables seen in a specified line number.
|
java.util.SortedSet<Var> |
SourceModel.getVariables(int lineNumber)
Return the list of variables seen in a specified line number.
|
java.util.SortedMap<java.lang.Integer,java.util.List<Var>> |
Block.getVars()
Return the variable declarations.
|
java.util.SortedMap<java.lang.Integer,java.util.List<Var>> |
Method.getVars()
Return the variable declarations.
|
java.util.SortedMap<java.lang.Integer,java.util.List<Var>> |
Parent.getVars()
Return the variable declarations.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceModel.addField(Var var)
Add a field.
|
void |
AbstractParent.addVar(Var var)
Add a variable declaration.
|
void |
Parent.addVar(Var var)
Add a variable declaration.
|
int |
Var.compareTo(Var var) |
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence