Class PythonCell

All Implemented Interfaces:
PythonLikeObject

public class PythonCell extends AbstractPythonLikeObject
Holds a reference to a PythonLikeObject. Cannot use AtomicReference, since cells are stored in a tuple via BUILD_TUPLE and thus need to be a PythonLikeObject.
  • Field Details

  • Constructor Details

    • PythonCell

      public PythonCell()