Uses of Interface
org.orekit.files.ccsds.utils.lexical.ParseToken.StringListConsumer
-
Packages that use ParseToken.StringListConsumer Package Description org.orekit.files.ccsds.utils.lexical This package contains utilities for CCSDS messages lexical analysis. -
-
Uses of ParseToken.StringListConsumer in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical with parameters of type ParseToken.StringListConsumer Modifier and Type Method Description booleanParseToken. processAsFreeTextList(ParseToken.StringListConsumer consumer)Process the content as a list of free-text strings.booleanParseToken. processAsNormalizedList(ParseToken.StringListConsumer consumer)Process the content as a list of normalized strings.booleanParseToken. processAsUppercaseList(ParseToken.StringListConsumer consumer)Process the content as a list of normalized uppercase strings.
-