Class PythonProcessingState
- java.lang.Object
-
- org.orekit.files.ccsds.utils.parsing.PythonProcessingState
-
- All Implemented Interfaces:
ProcessingState
public class PythonProcessingState extends Object implements ProcessingState
-
-
Field Summary
Fields Modifier and Type Field Description protected long
pythonObject
Part of JCC Python interface to object
-
Constructor Summary
Constructors Constructor Description PythonProcessingState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
boolean
processToken(ParseToken token)
Process one token.void
pythonDecRef()
long
pythonExtension()
void
pythonExtension(long pythonObject)
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
-
pythonExtension
public long pythonExtension()
-
finalize
public void finalize() throws Throwable
-
pythonDecRef
public void pythonDecRef()
-
processToken
public boolean processToken(ParseToken token)
Description copied from interface:ProcessingState
Process one token.- Specified by:
processToken
in interfaceProcessingState
- Parameters:
token
- token to process- Returns:
- true if token was processed, false otherwise
-
-