Package FESI.jslib

Interface Summary
JSExtension Interface used to describe EcmaScript extensions with the jslib package.
JSFunction Interface that an object must implement to be considered an EcmaScript function.
JSGlobalObject Interface used to represent the GlobalObject wrapper of the interpreter.
JSObject Interface used for interfacing the FESI EcmaScript interpreter with Java code.
 

Class Summary
JSFunctionAdapter Implements a default class to ease the implementation of function objects.
JSUtil Abstract class used for interfacing the FESI EcmaScript interpreter with Java code.
 

Exception Summary
JSException Thrown when the EcmaScript interpreter detect an error.