Class KvnLexicalAnalyzer
java.lang.Object
org.orekit.files.ccsds.utils.lexical.KvnLexicalAnalyzer
- All Implemented Interfaces:
LexicalAnalyzer
Lexical analyzer for Key-Value Notation CCSDS messages.
- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(MessageParser<T> messageParser) Parse a CCSDS Message.
-
Constructor Details
-
KvnLexicalAnalyzer
Simple constructor.- Parameters:
source- source providing the data to parse
-
-
Method Details
-
accept
Parse a CCSDS Message.- Specified by:
acceptin interfaceLexicalAnalyzer- Type Parameters:
T- type of the file- Parameters:
messageParser- CCSDS Message parser to use- Returns:
- parsed fileO
-