com.caucho.es
Class ESFactory

java.lang.Object
  |
  +--com.caucho.es.ESFactory

public class ESFactory
extends java.lang.Object

Factory for creating the base objects, allowing sophisticated script users to override the implementations.


Constructor Summary
ESFactory()
           
 
Method Summary
 ESBase createNull()
           
 ESBase createUndefined()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESFactory

public ESFactory()
Method Detail

createUndefined

public ESBase createUndefined()

createNull

public ESBase createNull()