Package | Description |
---|---|
com.whitestein.lsps.common | |
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.lang |
This is the main package for the LSPS expression language.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Debugger> |
DebuggerInstance.getDebugger(Class<T> debuggerClass)
Gives access to a specific interface of the debugger.
|
Modifier and Type | Method and Description |
---|---|
static void |
DebuggerInstance.setDebugger(Debugger debugger)
Set debugger.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AspectDebugger
Debugger which can handle aspect oriented breakpoints.
|
interface |
ChangeDebugger
Debugger based on change events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExpressionDebugger
Debugger for expression language.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.