org.mozilla.javascript

Class LazilyLoadedCtor

Implemented Interfaces:
java.io.Serializable

public final class LazilyLoadedCtor
extends java.lang.Object
implements java.io.Serializable

Avoid loading classes unless they are used.

This improves startup time and average memory usage.

See Also:
Serialized Form

Constructor Summary

LazilyLoadedCtor(ScriptableObject scope, String propertyName, String className, boolean sealed)

Constructor Details

LazilyLoadedCtor

public LazilyLoadedCtor(ScriptableObject scope,
                        String propertyName,
                        String className,
                        boolean sealed)