Class ExportsSection

    • Field Detail

      • exports

        private final java.util.Map<java.lang.String,​Exportable> exports
    • Constructor Detail

      • ExportsSection

        ExportsSection​(Module aModule)
    • Method Detail

      • export

        public void export​(Exportable exportable,
                           java.lang.String name)
      • writeTo

        public void writeTo​(TextWriter textWriter)
      • writeTo

        public void writeTo​(BinaryWriter binaryWriter,
                            java.util.List<Memory> memoryIndex)
                     throws java.io.IOException
        Throws:
        java.io.IOException