com.sodius.mdw.core.eval.scripts
Class MDWObjectScriptContainer
java.lang.Object
com.sodius.mdw.core.eval.scripts.ScriptContainer
com.sodius.mdw.core.eval.scripts.MDWObjectScriptContainer
public abstract class MDWObjectScriptContainer
- extends ScriptContainer
Base class for Java MDWObject script container.
This class is not intended to be subclasses by clients.
|
Field Summary |
protected MDWObject |
self
The MDWObject referenced as self (the receiver of scripts). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
self
protected MDWObject self
- The
MDWObject referenced as self (the receiver of scripts).
MDWObjectScriptContainer
public MDWObjectScriptContainer()