Interface CompilerAbstractionClassCollection

All Known Implementing Classes:
CompilerAbstractionClassCollectionImpl

public interface CompilerAbstractionClassCollection
  • Method Details

    • getClasses

      Map<String,byte[]> getClasses()
    • add

      void add(Map<String,byte[]> bytes)
    • remove

      void remove(String name)