Uses of Interface
org.orekit.files.ccsds.utils.lexical.ParseToken.StringConsumer
Packages that use ParseToken.StringConsumer
Package
Description
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.StringConsumerModifier and TypeMethodDescriptionbooleanParseToken.processAsFreeTextString(ParseToken.StringConsumer consumer) Process the content as free text string.booleanParseToken.processAsNormalizedString(ParseToken.StringConsumer consumer) Process the content as a normalized string.booleanParseToken.processAsUppercaseString(ParseToken.StringConsumer consumer) Process the content as a normalized uppercase string.