Uses of Interface
org.apache.bsf.debug.jsdi.JsCode

Packages that use JsCode
org.apache.bsf.debug.jsdi   
org.apache.bsf.debug.meta   
org.apache.bsf.engines.javascript   
 

Uses of JsCode in org.apache.bsf.debug.jsdi
 

Subinterfaces of JsCode in org.apache.bsf.debug.jsdi
 interface JsFunction
          Represents a function in the engine since JavaScript has code as first-class objects.
 interface JsScript
          Represents a script in the engine since JavaScript has code as first-class objects.
 

Methods in org.apache.bsf.debug.jsdi that return JsCode
 JsCode JsContext.getCode()
           
 

Uses of JsCode in org.apache.bsf.debug.meta
 

Classes in org.apache.bsf.debug.meta that implement JsCode
 class JsCodeStub
           
 

Methods in org.apache.bsf.debug.meta that return JsCode
 JsCode JsContextStub.getCode()
           
 

Uses of JsCode in org.apache.bsf.engines.javascript
 

Methods in org.apache.bsf.engines.javascript that return JsCode
 JsCode JsContextStub.getCode()