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