Class JavaScriptCompiledData.CompiledClass

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JavaScriptCompiledData

    protected static class JavaScriptCompiledData.CompiledClass
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CompiledClass​(java.lang.String className, byte[] classBytes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getClassBytes()  
      java.lang.String getClassName()  
      • Methods inherited from class java.lang.Object

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

      • CompiledClass

        public CompiledClass​(java.lang.String className,
                             byte[] classBytes)
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
      • getClassBytes

        public byte[] getClassBytes()