jsint
Class SI

java.lang.Object
  |
  +--jscheme.JS
        |
        +--jsint.SI

public class SI
extends JS

This is just a shadow class so that code using jsint.SI will still work. The preferred method is to use the Class jscheme.JS.


Constructor Summary
SI()
           
 
Methods inherited from class jscheme.JS
apply, apply, booleanValue, byteValue, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, charValue, display, doubleValue, eval, eval, evalOrLoad, floatValue, getGlobalSchemeProcedure, getGlobalValue, intValue, list, list, list, list, list, list, list, list, list, list, list, list, list, list, list, list, list, list, list, list, list, list, load, load, longValue, read, setGlobalValue, shortValue, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SI

public SI()