Uses of Class
jsint.Generic

Packages that use Generic
jsint The JScheme implementation. 
 

Uses of Generic in jsint
 

Methods in jsint that return Generic
static Generic Generic.defineMethod(Symbol name, Pair types, Procedure p)
           
 

Methods in jsint with parameters of type Generic
static void Generic.importBindings(Symbol srcName, Generic srcValue)