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 boolean
ParseToken. processAsFreeTextList(ParseToken.StringListConsumer consumer)
Process the content as a list of free-text strings.boolean
ParseToken. processAsNormalizedList(ParseToken.StringListConsumer consumer)
Process the content as a list of normalized strings.boolean
ParseToken. processAsUppercaseList(ParseToken.StringListConsumer consumer)
Process the content as a list of normalized uppercase strings.
-