Package com.xmlcalabash.debugger
Class CliDebugger.StackFrame
-
- All Implemented Interfaces:
public final class CliDebugger.StackFrame
-
-
Constructor Summary
Constructors Constructor Description CliDebugger.StackFrame(AbstractStep step)
-
Method Summary
Modifier and Type Method Description final Map<QName, LazyValue>
getOptions()
final Map<String, List<XProcDocument>>
getInputs()
final String
getCx()
final AbstractStep
getStep()
-
-
Constructor Detail
-
CliDebugger.StackFrame
CliDebugger.StackFrame(AbstractStep step)
-
-
Method Detail
-
getOptions
final Map<QName, LazyValue> getOptions()
-
getInputs
final Map<String, List<XProcDocument>> getInputs()
-
getStep
final AbstractStep getStep()
-
-
-
-