Uses of Interface
org.orekit.files.ccsds.utils.lexical.ParseToken.StringConsumer
-
Packages that use ParseToken.StringConsumer Package Description org.orekit.files.ccsds.utils.lexical This package contains utilities for CCSDS messages lexical analysis. -
-
Uses of ParseToken.StringConsumer in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical with parameters of type ParseToken.StringConsumer Modifier and Type Method Description boolean
ParseToken. processAsFreeTextString(ParseToken.StringConsumer consumer)
Process the content as free text string.boolean
ParseToken. processAsNormalizedString(ParseToken.StringConsumer consumer)
Process the content as a normalized string.boolean
ParseToken. processAsUppercaseString(ParseToken.StringConsumer consumer)
Process the content as a normalized uppercase string.
-