Class ASMExtractor

  • All Implemented Interfaces:
    IExtractor

    public class ASMExtractor
    extends java.lang.Object
    implements IExtractor
    The RegularVM adaptation of the IExtractor.
    • Constructor Summary

      Constructors 
      Constructor Description
      ASMExtractor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void extract​(IModel sourceModel, java.io.OutputStream target, java.util.Map<java.lang.String,​java.lang.Object> options)
      Extracts an IModel using the given options.
      void extract​(IModel sourceModel, java.lang.String target)
      Extracts an IModel using default options.
      void extract​(IModel sourceModel, java.lang.String target, java.util.Map<java.lang.String,​java.lang.Object> options)
      Extracts an IModel using the given options.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait