| Package | Description |
|---|---|
| com.whitestein.lsps.engine.profiler | |
| com.whitestein.lsps.lang |
This is the main package for the LSPS expression language.
|
| com.whitestein.lsps.lang.timer |
| Modifier and Type | Method and Description |
|---|---|
InterpreterStackTrace |
ProfilerFactory.createStackTrace(InterpreterStackTraceElement root) |
| Constructor and Description |
|---|
ProfilerInterpreterStackTrace(InterpreterStackTraceElement root)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
InterpreterStackTraceElement[] |
InterpreterStackTrace.getItems()
Returns the stack trace elements ordered from the first (head) to the
last (tail).
|
InterpreterStackTraceElement[] |
DefaultInterpreterStackTrace.getItems()
Returns the stack trace elements ordered from the first (head) to the
last (tail).
|
InterpreterStackTraceElement |
InterpreterStackTrace.pop() |
InterpreterStackTraceElement |
DefaultInterpreterStackTrace.pop() |
| Modifier and Type | Method and Description |
|---|---|
static InterpreterStackTrace |
DefaultInterpreterStackTrace.createInstance(InterpreterStackTraceElement root) |
InterpreterStackTrace |
TimerInterpreterStackTraceFactory.createStackTrace(InterpreterStackTraceElement root) |
InterpreterStackTrace |
InterpreterStackTraceFactory.createStackTrace(InterpreterStackTraceElement root)
Creates an interpreter stack trace.
|
InterpreterStackTrace |
DefaultInterpreterStackTraceFactory.createStackTrace(InterpreterStackTraceElement root) |
void |
InterpreterStackTrace.push(InterpreterStackTraceElement e) |
void |
DefaultInterpreterStackTrace.push(InterpreterStackTraceElement e) |
| Constructor and Description |
|---|
DefaultInterpreterStackTrace(InterpreterStackTraceElement root)
A constructor.
|
| Modifier and Type | Method and Description |
|---|---|
InterpreterStackTraceElement |
RecordingInterpreterStackTrace.pop() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
RecordingInterpreterStackTrace.getSignatureString(InterpreterStackTraceElement e) |
void |
RecordingInterpreterStackTrace.push(InterpreterStackTraceElement e) |
| Constructor and Description |
|---|
RecordingInterpreterStackTrace(InterpreterStackTraceElement root) |
TimerInterpreterStackTrace(InterpreterStackTraceElement root)
Creates a new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.