Package ortus.boxlang.debugger
Class MapAdapterProtocolMessage
java.lang.Object
ortus.boxlang.debugger.MapAdapterProtocolMessage
- All Implemented Interfaces:
IAdapterProtocolMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(DebugAdapter adapter) Implement this to use a DebugAdapter as a visitorintgetSeq()getType()voidsetRawMessageData(Map<String, Object> messageData)
-
Constructor Details
-
MapAdapterProtocolMessage
public MapAdapterProtocolMessage()
-
-
Method Details
-
get
-
setRawMessageData
- Specified by:
setRawMessageDatain interfaceIAdapterProtocolMessage
-
getRawMessageData
- Specified by:
getRawMessageDatain interfaceIAdapterProtocolMessage
-
getType
- Specified by:
getTypein interfaceIAdapterProtocolMessage- Returns:
- The type of message event | request | request
-
getCommand
- Specified by:
getCommandin interfaceIAdapterProtocolMessage- Returns:
- The command that was issued by the debug tool
-
getSeq
public int getSeq()- Specified by:
getSeqin interfaceIAdapterProtocolMessage- Returns:
- The sequence number of this command
-
accept
Description copied from interface:IAdapterProtocolMessageImplement this to use a DebugAdapter as a visitor- Specified by:
acceptin interfaceIAdapterProtocolMessage- Parameters:
adapter- The visitor that will visit this node
-