Class PythonProcessingState

    • Field Detail

      • pythonObject

        protected long pythonObject
        Part of JCC Python interface to object
    • Constructor Detail

      • PythonProcessingState

        public PythonProcessingState()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
      • pythonExtension

        public long pythonExtension()
      • pythonDecRef

        public void pythonDecRef()
      • processToken

        public boolean processToken​(ParseToken token)
        Description copied from interface: ProcessingState
        Process one token.
        Specified by:
        processToken in interface ProcessingState
        Parameters:
        token - token to process
        Returns:
        true if token was processed, false otherwise