public abstract class AbstractExecutionInfoCollector extends java.lang.Object implements BindingExecutionInfoCollector
Constructor and Description |
---|
AbstractExecutionInfoCollector() |
Modifier and Type | Method and Description |
---|---|
void |
addInfo(ExecutionInfo info)
add an execution information
|
abstract void |
addInfo(JSONObject info) |
java.lang.String |
popStack()
pop the execution stack
|
void |
pushStack(java.lang.String name)
push the execution stack
|
public abstract void addInfo(JSONObject info)
public void addInfo(ExecutionInfo info)
BindingExecutionInfoCollector
addInfo
in interface BindingExecutionInfoCollector
public void pushStack(java.lang.String name)
BindingExecutionInfoCollector
pushStack
in interface BindingExecutionInfoCollector
public java.lang.String popStack()
BindingExecutionInfoCollector
popStack
in interface BindingExecutionInfoCollector
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.