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 booleanParseToken. 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.
-