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