Class ASMReader


  • public abstract class ASMReader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ASMReader()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract ASM read​(java.io.InputStream in)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ASMReader

        public ASMReader()
    • Method Detail

      • read

        public abstract ASM read​(java.io.InputStream in)