Uses of Interface
org.orekit.files.ccsds.utils.lexical.ParseToken.IndexedStringConsumer
-
Packages that use ParseToken.IndexedStringConsumer Package Description org.orekit.files.ccsds.utils.lexical This package contains utilities for CCSDS messages lexical analysis. -
-
Uses of ParseToken.IndexedStringConsumer in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical with parameters of type ParseToken.IndexedStringConsumer Modifier and Type Method Description boolean
ParseToken. processAsIndexedNormalizedString(int index, ParseToken.IndexedStringConsumer consumer)
Process the content as an indexed normalized string.boolean
ParseToken. processAsIndexedUppercaseString(int index, ParseToken.IndexedStringConsumer consumer)
Process the content as an indexed normalized uppercase string.
-