org.mozilla.javascript
Class LazilyLoadedCtor
java.lang.Object
org.mozilla.javascript.LazilyLoadedCtor
- All Implemented Interfaces:
- Serializable
public final class LazilyLoadedCtor
- extends Object
- implements Serializable
Avoid loading classes unless they are used.
This improves startup time and average memory usage.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazilyLoadedCtor
public LazilyLoadedCtor(ScriptableObject scope,
String propertyName,
String className,
boolean sealed)