Package ortus.boxlang.debugger.event
Class BreakpointEvent
java.lang.Object
ortus.boxlang.debugger.event.Event
ortus.boxlang.debugger.event.BreakpointEvent
- All Implemented Interfaces:
IAdapterProtocolMessage,ISendable
Models the Breakpoint event for the Debug Protocol
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(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
-
BreakpointEvent
public BreakpointEvent() -
BreakpointEvent
Constructor- Parameters:
reason- the reason for the breakpointbreakpoint- the breakpoint
-
-
Method Details
-
accept
Description copied from interface:IAdapterProtocolMessageImplement this to use a DebugAdapter as a visitor- Specified by:
acceptin interfaceIAdapterProtocolMessage- Overrides:
acceptin classEvent- Parameters:
adapter- The visitor that will visit this node
-