Package ortus.boxlang.debugger.event
Class ExitEvent
java.lang.Object
ortus.boxlang.debugger.event.Event
ortus.boxlang.debugger.event.ExitEvent
- All Implemented Interfaces:
IAdapterProtocolMessage
,ISendable
Models the Exit event for the Debug Protocol
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(DebugAdapter adapter) Implement this to use a DebugAdapter as a visitorMethods inherited from class ortus.boxlang.debugger.event.Event
getCommand, getName, getRawMessageData, getSeq, getType, setRawMessageData
-
Field Details
-
body
-
-
Constructor Details
-
ExitEvent
public ExitEvent() -
ExitEvent
public ExitEvent(int exitCode) Constructor- Parameters:
exitCode
- The exit code of the program being debugged
-
-
Method Details
-
accept
Description copied from interface:IAdapterProtocolMessage
Implement this to use a DebugAdapter as a visitor- Specified by:
accept
in interfaceIAdapterProtocolMessage
- Overrides:
accept
in classEvent
- Parameters:
adapter
- The visitor that will visit this node
-