org.mozilla.javascript
Class LazilyLoadedCtor
java.lang.Object
|
+--org.mozilla.javascript.LazilyLoadedCtor
- public final class LazilyLoadedCtor
- extends java.lang.Object
Avoid loading classes unless they are used.
This improves startup time and average memory usage.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazilyLoadedCtor
public LazilyLoadedCtor(ScriptableObject scope,
java.lang.String ctorName,
java.lang.String className,
boolean sealed)
getProperty
public java.lang.Object getProperty(ScriptableObject obj)
setProperty
public java.lang.Object setProperty(ScriptableObject obj,
java.lang.Object val)