Uses of Package
sisc.nativefun

Packages that use sisc.nativefun
sisc.data   
sisc.exprs.fp   
sisc.modules   
sisc.modules.hashtable   
sisc.modules.io   
sisc.modules.s2j   
sisc.nativefun   
sisc.util   
 

Classes in sisc.nativefun used by sisc.data
NestedPrimRuntimeException
           
 

Classes in sisc.nativefun used by sisc.exprs.fp
FixableProcedure
          A fixable procedure is a Scheme procedure similar to a NativeProcedure, but which does not need access to the Interpreter to be implemented, causes no side-effects, and requires three or fewer arguments.
 

Classes in sisc.nativefun used by sisc.modules
CommonIndexedProcedure
          CommonIndexedProcedure is a helper class intended to unify the interfaces of fixable and non-fixable procedures, so that development of native libraries is more consistent and flexible.
FixableProcedure
          A fixable procedure is a Scheme procedure similar to a NativeProcedure, but which does not need access to the Interpreter to be implemented, causes no side-effects, and requires three or fewer arguments.
IndexedFixableProcedure
          An indexed procedure contains the implementation of many native procedures, indexed by an integer.
IndexedLibraryAdapter
           
IndexedProcedure
          An indexed procedure contains the implementation of many native procedures, indexed by an integer.
NativeLibrary
          A Native Library is a collection of bindings that can be imported into any environment in SISC.
NativeProcedure
          A native procedure is a Scheme procedure whose behavior when applied is implemented in Java code.
 

Classes in sisc.nativefun used by sisc.modules.hashtable
CommonIndexedProcedure
          CommonIndexedProcedure is a helper class intended to unify the interfaces of fixable and non-fixable procedures, so that development of native libraries is more consistent and flexible.
FixableProcedure
          A fixable procedure is a Scheme procedure similar to a NativeProcedure, but which does not need access to the Interpreter to be implemented, causes no side-effects, and requires three or fewer arguments.
IndexedFixableProcedure
          An indexed procedure contains the implementation of many native procedures, indexed by an integer.
NativeProcedure
          A native procedure is a Scheme procedure whose behavior when applied is implemented in Java code.
 

Classes in sisc.nativefun used by sisc.modules.io
CommonIndexedProcedure
          CommonIndexedProcedure is a helper class intended to unify the interfaces of fixable and non-fixable procedures, so that development of native libraries is more consistent and flexible.
FixableProcedure
          A fixable procedure is a Scheme procedure similar to a NativeProcedure, but which does not need access to the Interpreter to be implemented, causes no side-effects, and requires three or fewer arguments.
IndexedFixableProcedure
          An indexed procedure contains the implementation of many native procedures, indexed by an integer.
IndexedLibraryAdapter
           
IndexedProcedure
          An indexed procedure contains the implementation of many native procedures, indexed by an integer.
NativeLibrary
          A Native Library is a collection of bindings that can be imported into any environment in SISC.
NativeProcedure
          A native procedure is a Scheme procedure whose behavior when applied is implemented in Java code.
 

Classes in sisc.nativefun used by sisc.modules.s2j
CommonIndexedProcedure
          CommonIndexedProcedure is a helper class intended to unify the interfaces of fixable and non-fixable procedures, so that development of native libraries is more consistent and flexible.
FixableProcedure
          A fixable procedure is a Scheme procedure similar to a NativeProcedure, but which does not need access to the Interpreter to be implemented, causes no side-effects, and requires three or fewer arguments.
IndexedFixableProcedure
          An indexed procedure contains the implementation of many native procedures, indexed by an integer.
IndexedLibraryAdapter
           
IndexedProcedure
          An indexed procedure contains the implementation of many native procedures, indexed by an integer.
NativeLibrary
          A Native Library is a collection of bindings that can be imported into any environment in SISC.
NativeProcedure
          A native procedure is a Scheme procedure whose behavior when applied is implemented in Java code.
 

Classes in sisc.nativefun used by sisc.nativefun
CommonIndexedProcedure
          CommonIndexedProcedure is a helper class intended to unify the interfaces of fixable and non-fixable procedures, so that development of native libraries is more consistent and flexible.
FixableProcedure
          A fixable procedure is a Scheme procedure similar to a NativeProcedure, but which does not need access to the Interpreter to be implemented, causes no side-effects, and requires three or fewer arguments.
IndexedFixableProcedure
          An indexed procedure contains the implementation of many native procedures, indexed by an integer.
IndexedLibraryAdapter
           
IndexedProcedure
          An indexed procedure contains the implementation of many native procedures, indexed by an integer.
NativeLibrary
          A Native Library is a collection of bindings that can be imported into any environment in SISC.
NativeProcedure
          A native procedure is a Scheme procedure whose behavior when applied is implemented in Java code.
PrimRuntimeException
           
 

Classes in sisc.nativefun used by sisc.util
NativeLibrary
          A Native Library is a collection of bindings that can be imported into any environment in SISC.