Class StackInfo
- java.lang.Object
-
- org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
-
- org.zkoss.bind.sys.debugger.impl.info.StackInfo
-
- All Implemented Interfaces:
ExecutionInfo
public class StackInfo extends ExecutionInfoBase
- Author:
- dennis
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE
-
Constructor Summary
Constructors Constructor Description StackInfo(java.lang.String name, java.lang.String note)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONObject
toJSON()
-
Methods inherited from class org.zkoss.bind.sys.debugger.impl.info.ExecutionInfoBase
getComponent, getNote, getSubtype, getType, put, putEssential, toString
-
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
toJSON
public JSONObject toJSON()
- Overrides:
toJSON
in classExecutionInfoBase
-
-