Class Renamer.Result

  • Enclosing class:
    Renamer

    public static class Renamer.Result
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(byte[] jarBytes, java.util.List<foundation.icon.ee.types.Method> callables)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<foundation.icon.ee.types.Method> getCallables()  
      byte[] getJarBytes()  
      • Methods inherited from class java.lang.Object

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

      • Result

        public Result​(byte[] jarBytes,
                      java.util.List<foundation.icon.ee.types.Method> callables)
    • Method Detail

      • getJarBytes

        public byte[] getJarBytes()
      • getCallables

        public java.util.List<foundation.icon.ee.types.Method> getCallables()