- bean - Variable in class org.apache.bsf.BSFDeclaredBean
-
- Bean - Class in org.apache.bsf.util
-
A Bean is the class used to represent a bean: it holds a
type and a value.
- Bean(Class, Object) - Constructor for class org.apache.bsf.util.Bean
-
- bind(String) - Method in interface org.apache.bsf.debug.jsdi.JsContext
-
- bind(String) - Method in class org.apache.bsf.debug.meta.JsContextStub
-
- bind(String) - Method in class org.apache.bsf.engines.javascript.JsContextStub
-
- bindMember(Object, String, short) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
-
Binds a method to an integer so it can be later referenced to invoke the method via callMethod.
- bindMember(Class, String) - Static method in class org.apache.bsf.engines.activescript.JavaBean
-
Bind the member to a unique index.
- bindMember(Class, String, short) - Static method in class org.apache.bsf.engines.activescript.JavaBean
-
Bind the member to a unique index.
- bool - Variable in class org.apache.bsf.debug.util.ResultCell
-
- booleanResult(boolean) - Method in class org.apache.bsf.debug.util.ResultCell
-
- breakConnection() - Method in class org.apache.bsf.debug.clientImpl.ClientConnection
-
- BreakPoint - Class in org.apache.bsf.dbline
-
This class instances represent breakpoints as known
by the client debugger.
- BreakPoint() - Constructor for class org.apache.bsf.dbline.BreakPoint
-
BreakPoint constructor comment.
- BreakPoint - Class in org.apache.bsf.engines.javascript
-
Materializes a breakpoint.
- BreakPoint(BreakPoint) - Constructor for class org.apache.bsf.engines.javascript.BreakPoint
-
- BreakPoint(DocumentCell, int) - Constructor for class org.apache.bsf.engines.javascript.BreakPoint
-
- BreakPoint - Class in org.apache.bsf.util
-
This is a class for the debug manager to remember
a breakpoint.
- BreakPoint(DocumentCell, int) - Constructor for class org.apache.bsf.util.BreakPoint
-
- BSF_DEBUG_MANAGER_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- BSF_DEBUG_MANAGER_UID - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- BSF_DEBUG_PROTOCOL_ACCEPT - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- BSF_DEBUG_PROTOCOL_MAJOR - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- BSF_DEBUG_PROTOCOL_MINOR - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- BSF_DEBUG_PROTOCOL_REJECT - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- BSF_DEBUG_SERVER_PORT - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- BSF_DEBUGGER_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- BSF_LOG_L0 - Static variable in class org.apache.bsf.debug.util.DebugLog
-
- BSF_LOG_L1 - Static variable in class org.apache.bsf.debug.util.DebugLog
-
- BSF_LOG_L2 - Static variable in class org.apache.bsf.debug.util.DebugLog
-
- BSF_LOG_L3 - Static variable in class org.apache.bsf.debug.util.DebugLog
-
- BSFConnect - Class in org.apache.bsf.debug
-
- BSFConnect() - Constructor for class org.apache.bsf.debug.BSFConnect
-
- BSFD_CREATED_ENGINE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- BSFD_DELETED_ENGINE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- BSFD_DISCONNECT - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- BSFDebugger - Interface in org.apache.bsf.debug
-
This is the interface a client debugger has to implement
in order to be able to register itself to the BSF debug
manager.
- BSFDebugManager - Interface in org.apache.bsf.debug
-
Debug Manager.
- BSFDebugManagerImpl - Class in org.apache.bsf.util
-
- BSFDebugManagerImpl() - Constructor for class org.apache.bsf.util.BSFDebugManagerImpl
-
- BSFDeclaredBean - Class in org.apache.bsf
-
BSFDeclaredBeans are used internally by BSF to encapsulate information being
passed between a BSFManager and its various BSFEngines.
- BSFEngine - Interface in org.apache.bsf
-
This is the view of a scripting engine assumed by the bean scripting
framework.
- BSFEngineImpl - Class in org.apache.bsf.util
-
This is a base implementation of the BSFEngine interface which
engine implementations may choose to extend to get the basic
methods of the interface implemented.
- BSFEngineImpl() - Constructor for class org.apache.bsf.util.BSFEngineImpl
-
Get the debug manager in the constructor, not in initialize.
- BSFEventProcessor - Class in org.apache.bsf.util
-
This is used to support binding scripts to be run when an event
occurs.
- BSFException - Exception in org.apache.bsf
-
If something goes wrong while doing some scripting stuff, one of these
is thrown.
- BSFException(int, String) - Constructor for exception org.apache.bsf.BSFException
-
- BSFException(int, String, Throwable) - Constructor for exception org.apache.bsf.BSFException
-
- BSFException(String) - Constructor for exception org.apache.bsf.BSFException
-
- BSFFunctions - Class in org.apache.bsf.util
-
This is a utility that engine implementors may use as the Java
object they expose in the scripting language as "bsf".
- BSFFunctions(BSFManager, BSFEngine) - Constructor for class org.apache.bsf.util.BSFFunctions
-
- BSFManager - Class in org.apache.bsf
-
This class is the entry point to the bean scripting framework.
- BSFManager() - Constructor for class org.apache.bsf.BSFManager
-
- BSFSCRIPTOBJECTFACTORY - Static variable in class org.apache.bsf.engines.activescript.JavaOLEENUMVAR
-
- bsftag - Class in org.apache.taglibs.bsf
-
- bsftag() - Constructor for class org.apache.taglibs.bsf.bsftag
-
- Buffer - Class in org.apache.bsf.dbline
-
A buffer represents a document such as a JSP.
- Buffer(String, String, File) - Constructor for class org.apache.bsf.dbline.Buffer
-
- buildNewSymbol(String) - Method in class org.apache.bsf.util.CodeBuffer
-
- byteArrayToDouble(byte[], byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
-
- byteArrayToDounle(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
-
- byteArrayToFloat(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
-
- byteArrayToInt(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
-
- byteArrayToLong(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
-
- byteArrayToLong(byte[], byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
-
- byteArrayToShort(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
-
- Bytecode - Class in org.apache.bsf.util.event.generator
-
Bytecode handling utilities
Handle standard byte arrays as defined in Java VM and Class File
5 April 1999 - functions to append Class File byte subarrays
into a Class File byte array
- Bytecode() - Constructor for class org.apache.bsf.util.event.generator.Bytecode
-
- byteToHexString(byte) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
-
- ByteUtility - Class in org.apache.bsf.util.event.generator
-
Byte handling utilities
5 April 1999 - functions to append standard types to byte arrays
functions to produce standard types from byte arrays
- ByteUtility() - Constructor for class org.apache.bsf.util.event.generator.ByteUtility
-
- C_Class - Static variable in class org.apache.bsf.util.event.generator.Bytecode
-
- C_Double - Static variable in class org.apache.bsf.util.event.generator.Bytecode
-
- C_FieldRef - Static variable in class org.apache.bsf.util.event.generator.Bytecode
-
- C_Float - Static variable in class org.apache.bsf.util.event.generator.Bytecode
-
- C_Integer - Static variable in class org.apache.bsf.util.event.generator.Bytecode
-
- C_InterfaceMethodRef - Static variable in class org.apache.bsf.util.event.generator.Bytecode
-
- C_Long - Static variable in class org.apache.bsf.util.event.generator.Bytecode
-
- C_MethodRef - Static variable in class org.apache.bsf.util.event.generator.Bytecode
-
- C_NameAndType - Static variable in class org.apache.bsf.util.event.generator.Bytecode
-
- C_String - Static variable in class org.apache.bsf.util.event.generator.Bytecode
-
- C_Utf8 - Static variable in class org.apache.bsf.util.event.generator.Bytecode
-
- call(Object, String, Object[]) - Method in interface org.apache.bsf.BSFEngine
-
This is used by an application to call into the scripting engine
to make a function/method call.
- call(JsContext, JsObject, JsObject, Object[]) - Method in interface org.apache.bsf.debug.jsdi.JsFunction
-
Call the function.
- call(Object, String, Object[]) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
-
Return an object from an extension.
- call(Object, String, Object[]) - Method in class org.apache.bsf.engines.jacl.JaclEngine
-
- call(Object, String, Object[]) - Method in class org.apache.bsf.engines.javaclass.JavaClassEngine
-
call the named method of the given object.
- call(Object, String, Object[]) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
-
Return an object from an extension.
- call(Object, String, Object[]) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
-
call the named method of the given object.
- call(Object, String, Object[]) - Method in class org.apache.bsf.engines.jython.JythonEngine
-
call the named method of the given object.
- call(Object, String, Object[]) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
-
Return an object from an extension.
- call(Object, String, Object[]) - Method in class org.apache.bsf.engines.xslt.XSLTEngine
-
call the named method of the given object.
- Callbacks - Class in org.apache.bsf.dbline
-
This object is the remote object that will be passed to
the remote debug manager as both the BSFDebugger and
the JavaScript-specific callback object.
- callBeanMethod(Object, String, Object[]) - Static method in class org.apache.bsf.util.EngineUtils
-
Finds and invokes a method with the given signature on the given
bean.
- callMethod(Object, int, Object[]) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
-
Invokes the method assocaited with methodID on the bean with parameters in the array args.
- callMethod(JavaBeanAddEventListener, Object, int, Object[]) - Static method in class org.apache.bsf.engines.activescript.JavaBean
-
Call a method, property getter, or property setter.
- cancelStepping() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- CB_HANDLE_BREAKPOINT_HIT - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- CB_HANDLE_ENGINE_STOPPED - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- CB_HANDLE_EXCEPTION_THROWN - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- CB_HANDLE_STEPPING_DONE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- CB_POLL - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- CFDriver - Class in org.apache.bsf.util.cf
-
This is an example of how a CodeFormatter bean can be used.
- CFDriver() - Constructor for class org.apache.bsf.util.cf.CFDriver
-
Not used.
- CircularBuffer - Class in org.apache.bsf.debug.clientImpl
-
- CircularBuffer() - Constructor for class org.apache.bsf.debug.clientImpl.CircularBuffer
-
- classId - Variable in class org.apache.bsf.debug.util.ResultCell
-
- classLoader - Variable in class org.apache.bsf.BSFManager
-
- classLoader - Variable in class org.apache.bsf.util.BSFEngineImpl
-
- classNameToVarName(String) - Static method in class org.apache.bsf.util.StringUtils
-
- classPath - Variable in class org.apache.bsf.BSFManager
-
- classPath - Variable in class org.apache.bsf.util.BSFEngineImpl
-
- cleanString(String) - Static method in class org.apache.bsf.util.StringUtils
-
- clear() - Method in class org.apache.bsf.debug.util.IntHashtable
-
Removes all key/value pairs from this IntHashtable, leaving the size zero
and the capacity unchanged.
- clearSymbolTable() - Method in class org.apache.bsf.util.CodeBuffer
-
- ClientConnection - Class in org.apache.bsf.debug.clientImpl
-
- ClientConnection(String, int) - Constructor for class org.apache.bsf.debug.clientImpl.ClientConnection
-
- ClientStubTable - Class in org.apache.bsf.debug.clientImpl
-
This class provides the resident object table for the
mirrors.
- ClientStubTable(SocketConnection) - Constructor for class org.apache.bsf.debug.clientImpl.ClientStubTable
-
- clone() - Method in class org.apache.bsf.debug.util.IntHashtable
-
Answers a new IntHashtable with the same key/value pairs, capacity
and load factor.
- clone() - Method in class org.apache.bsf.engines.activescript.COMIDispatchBean
-
- cmdId - Variable in class org.apache.bsf.debug.util.ResultCell
-
- cmdParser(String) - Method in class org.apache.bsf.dbline.JsDb
-
- CodeBuffer - Class in org.apache.bsf.util
-
A CodeBuffer object is used as a code repository for generated Java code.
- CodeBuffer() - Constructor for class org.apache.bsf.util.CodeBuffer
-
- CodeBuffer(CodeBuffer) - Constructor for class org.apache.bsf.util.CodeBuffer
-
- CodeFormatter - Class in org.apache.bsf.util.cf
-
A CodeFormatter bean is used to format raw Java code.
- CodeFormatter() - Constructor for class org.apache.bsf.util.cf.CodeFormatter
-
- COMIDispatchBean - Class in org.apache.bsf.engines.activescript
-
- COMIDispatchBean(byte[]) - Constructor for class org.apache.bsf.engines.activescript.COMIDispatchBean
-
- COMIDispatchBeanFactory(byte[]) - Static method in class org.apache.bsf.engines.activescript.COMIDispatchBean
-
- CompilationUnit - Class in org.apache.bsf.engines.javascript
-
A compilation unit is a Rhino concept.
- CompilationUnit(FnOrScript, DebuggableScript) - Constructor for class org.apache.bsf.engines.javascript.CompilationUnit
-
CompilationUnit constructor comment.
- compile(Context, Scriptable) - Method in class org.apache.bsf.engines.javascript.FnOrScript
-
- compileApply(String, int, int, Object, Vector, Vector, CodeBuffer) - Method in interface org.apache.bsf.BSFEngine
-
This is used by an application to compile an anonymous function.
- compileApply(String, String, int, int, Object, Vector, Vector, CodeBuffer) - Method in class org.apache.bsf.BSFManager
-
Compile the application of the given anonymous function of the given
language to the given parameters into the given CodeBuffer.
- compileApply(String, int, int, Object, Vector, Vector, CodeBuffer) - Method in class org.apache.bsf.util.BSFEngineImpl
-
Default impl of compileApply - calls compileExpr ignorning parameters.
- compileExpr(String, int, int, Object, CodeBuffer) - Method in interface org.apache.bsf.BSFEngine
-
This is used by an application to compile a value-returning expression.
- compileExpr(String, String, int, int, Object, CodeBuffer) - Method in class org.apache.bsf.BSFManager
-
Compile the given expression of the given language into the given
CodeBuffer.
- compileExpr(String, int, int, Object, CodeBuffer) - Method in class org.apache.bsf.util.BSFEngineImpl
-
Default impl of compileExpr - generates code that'll create a new
manager, evaluate the expression, and return the value.
- compileScript(String, int, int, Object, CodeBuffer) - Method in interface org.apache.bsf.BSFEngine
-
This is used by an application to compile some script.
- compileScript(String, String, int, int, Object, CodeBuffer) - Method in class org.apache.bsf.BSFManager
-
Compile the given script of the given language into the given
CodeBuffer.
- compileScript(String, int, int, Object, CodeBuffer) - Method in class org.apache.bsf.util.BSFEngineImpl
-
Default impl of compileScript - generates code that'll create a new
manager, and execute the script.
- completeFuture(Object) - Method in interface org.apache.bsf.debug.util.RemoteService
-
- completeFuture(Object) - Method in class org.apache.bsf.debug.util.Skeleton
-
- completeFuture(Object) - Method in class org.apache.bsf.debug.util.Stub
-
- completionNotify() - Method in class org.apache.bsf.debug.util.ResultCell
-
- completionNotify(ResultCell) - Method in class org.apache.bsf.debug.util.ThreadCell
-
- componentAdded(ContainerEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ContainerAdapter
-
- componentHidden(ComponentEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
-
- componentMoved(ComponentEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
-
- componentRemoved(ContainerEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ContainerAdapter
-
- componentResized(ComponentEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
-
- componentShown(ComponentEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
-
- connect(String, int) - Static method in class org.apache.bsf.debug.BSFConnect
-
- construct(JsContext, JsObject, Object[]) - Method in interface org.apache.bsf.debug.jsdi.JsFunction
-
Call the function as a constructor.
- contains(Object) - Method in class org.apache.bsf.debug.util.IntHashtable
-
Answers if this Hashtable contains the specified object as the value
of at least one of the key/value pairs.
- containsKey(int) - Method in class org.apache.bsf.debug.util.IntHashtable
-
Answers if this Hashtable contains the specified object as a key
of one of the key/value pairs.
- Context - Class in org.apache.bsf.dbline
-
Context objects represent remote JsContext in the
JavaScript engine.
- Context(JsContext, Buffer) - Constructor for class org.apache.bsf.dbline.Context
-
- convert(Class, Class, Object) - Method in interface org.apache.bsf.util.type.TypeConvertor
-
- createBean(Object[]) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
-
createBean
- createBean(String, Object[]) - Static method in class org.apache.bsf.util.EngineUtils
-
Creates a new bean.
- createBean(ClassLoader, String, Class[], Object[]) - Static method in class org.apache.bsf.util.ReflectionUtils
-
Create a bean using given class loader and using the appropriate
constructor for the given args of the given arg types.
- createBean(ClassLoader, String, Object[]) - Static method in class org.apache.bsf.util.ReflectionUtils
-
Create a bean using given class loader and using the appropriate
constructor for the given args.
- createBreakpoint(BreakPoint) - Method in class org.apache.bsf.engines.javascript.FnOrScript
-
- createBSFException(int, String, Throwable) - Static method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
-
- createdEngine(String, Object) - Method in class org.apache.bsf.dbline.Callbacks
-
- createdEngine(JsEngine) - Method in class org.apache.bsf.dbline.JsDb
-
- createdEngine(String, Object) - Method in interface org.apache.bsf.debug.BSFDebugger
-
An language engine has been created.
- createdEngine(String, Object) - Method in class org.apache.bsf.debug.meta.DebuggerStub
-
- createFuture(Object) - Method in interface org.apache.bsf.debug.util.RemoteService
-
- createFuture(Object) - Method in class org.apache.bsf.debug.util.Skeleton
-
- createFuture(Object) - Method in class org.apache.bsf.debug.util.Stub
-
- CX_BIND - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- CX_GET_CODE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- CX_GET_DEPTH - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- CX_GET_ENGINE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- CX_GET_LINE_NUMBER - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- CX_GET_SCOPE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- CX_GET_SOURCE_NAME - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- CX_GET_THIS - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- dbgmgr - Variable in class org.apache.bsf.util.BSFEngineImpl
-
- DebugConstants - Class in org.apache.bsf.debug.util
-
- DebugConstants() - Constructor for class org.apache.bsf.debug.util.DebugConstants
-
- DebuggerDispatcher - Class in org.apache.bsf.debug.meta
-
- DebuggerDispatcher(SocketConnection) - Constructor for class org.apache.bsf.debug.meta.DebuggerDispatcher
-
- DebuggerStub - Class in org.apache.bsf.debug.meta
-
- DebuggerStub(SocketConnection, int, int) - Constructor for class org.apache.bsf.debug.meta.DebuggerStub
-
- DebugLog - Class in org.apache.bsf.debug.util
-
- DebugLog() - Constructor for class org.apache.bsf.debug.util.DebugLog
-
- DebugManagerDispatcher - Class in org.apache.bsf.debug.meta
-
- DebugManagerDispatcher(SocketConnection) - Constructor for class org.apache.bsf.debug.meta.DebugManagerDispatcher
-
- DebugManagerStub - Class in org.apache.bsf.debug.meta
-
- DebugManagerStub(SocketConnection) - Constructor for class org.apache.bsf.debug.meta.DebugManagerStub
-
- debugPrint(Object, int) - Static method in class org.apache.bsf.debug.util.DebugLog
-
- debugPrintln(Object, int) - Static method in class org.apache.bsf.debug.util.DebugLog
-
- declareBean(BSFDeclaredBean) - Method in interface org.apache.bsf.BSFEngine
-
Declare a bean after the engine has been started.
- declareBean(String, Object, Class) - Method in class org.apache.bsf.BSFManager
-
Declare a bean.
- declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
-
Declare a bean after the engine has been started.
- declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jacl.JaclEngine
-
Declare a bean
- declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
-
- declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
-
Declare a bean
- declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jython.JythonEngine
-
Declare a bean
- declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
-
- declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.xslt.XSLTEngine
-
Declare a bean by setting it as a parameter
- declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.util.BSFEngineImpl
-
- declaredBeans - Variable in class org.apache.bsf.BSFManager
-
- declaredBeans - Variable in class org.apache.bsf.util.BSFEngineImpl
-
- DEFAULT_DELIM - Static variable in class org.apache.bsf.util.cf.CodeFormatter
-
The default set of delimiters.
- DEFAULT_MAX - Static variable in class org.apache.bsf.util.cf.CodeFormatter
-
The default maximum line length.
- DEFAULT_S_DELIM - Static variable in class org.apache.bsf.util.cf.CodeFormatter
-
The default set of sticky delimiters.
- DEFAULT_STEP - Static variable in class org.apache.bsf.util.cf.CodeFormatter
-
The default size of the indentation step.
- define(String, Object, int) - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
The value can be any of the following type:
java.lang.Boolean
java.lang.Number
java.lang.String
org.apache.bsf.debug.jsdi.JsObject
- define(String, Object, int) - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
The value can be any of the following type:
java.lang.Boolean
java.lang.Number
java.lang.String
org.apache.bsf.debug.jsdi.JsObject
- define(String, JsObject, int) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- define(String, Object, int) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- defineClass(String, byte[]) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
-
- delete(int) - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
Removes a property from this object.
- delete(String) - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
Removes a property from this object.
- delete(int) - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
Removes a property from this object.
- delete(String) - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
Removes a property from this object.
- delete(int) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- delete(String) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- deletedEngine(Object) - Method in class org.apache.bsf.dbline.Callbacks
-
- deletedEngine(JsEngine) - Method in class org.apache.bsf.dbline.JsDb
-
- deletedEngine(Object) - Method in interface org.apache.bsf.debug.BSFDebugger
-
An language engine has been terminated.
- deletedEngine(Object) - Method in class org.apache.bsf.debug.meta.DebuggerStub
-
An language engine has been terminated.
- disconnect() - Method in class org.apache.bsf.dbline.Callbacks
-
- disconnect() - Static method in class org.apache.bsf.debug.BSFConnect
-
- disconnect() - Method in interface org.apache.bsf.debug.BSFDebugger
-
The connection to the debug manager has been revoked.
- disconnect() - Method in class org.apache.bsf.debug.meta.DebuggerStub
-
The connection to the debug manager has been revoked.
- disconnected - Variable in class org.apache.bsf.debug.util.ResultCell
-
- disconnectedDebuggerNotify() - Method in interface org.apache.bsf.BSFEngine
-
Notify the engine that the connection to its
debugger has been lost.
- disconnectedDebuggerNotify() - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
-
- disconnectedDebuggerNotify() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
Called when our debugger has been disconnected.
- disconnectedDebuggerNotify() - Method in class org.apache.bsf.util.BSFEngineImpl
-
Basic engines are not supporting breakpoints for the meaning
and support is something that is language-specific.
- disconnectNotify(Exception) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
-
A communication error occured, simply disconnect
and therefore clean everything up.
- disconnectNotify() - Method in class org.apache.bsf.debug.util.StubTable
-
- dispatch(ResultCell) - Method in class org.apache.bsf.debug.meta.DebuggerDispatcher
-
- dispatch(ResultCell) - Method in class org.apache.bsf.debug.meta.DebugManagerDispatcher
-
- dispatch(ResultCell) - Method in class org.apache.bsf.debug.meta.JsCallbacksDispatcher
-
- dispatch(ResultCell) - Method in class org.apache.bsf.debug.meta.JsContextDispatcher
-
- dispatch(ResultCell) - Method in class org.apache.bsf.debug.meta.JsEngineDispatcher
-
- dispatch(ResultCell) - Method in class org.apache.bsf.debug.meta.JsObjectDispatcher
-
- dispatch(ResultCell) - Method in class org.apache.bsf.debug.util.Dispatcher
-
- Dispatcher - Class in org.apache.bsf.debug.util
-
- Dispatcher(SocketConnection) - Constructor for class org.apache.bsf.debug.util.Dispatcher
-
- dispatchInvocation(ResultCell) - Method in class org.apache.bsf.debug.clientImpl.ClientConnection
-
- dispatchInvocation(ResultCell) - Method in class org.apache.bsf.debug.serverImpl.ObjectServer
-
- dispatchInvocation(ResultCell) - Method in class org.apache.bsf.debug.util.SocketConnection
-
- DM_GET_LANG_FROM_FILENAME - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- DM_IS_LANGUAGE_REGISTERED - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- DM_PLACE_BREAKPOINT_AT_LINE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- DM_QUIT_NOTIFY - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- DM_REGISTER_DEBUGGER_FOR_LANG - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- DM_REMOVE_BREAKPOINT - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- DM_SET_ENTRY_EXIT - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- DM_UNREGISTER_DEBUGGER_FOR_LANG - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- DocumentCell - Class in org.apache.bsf.engines.javascript
-
A document cell materializes a known document.
- DocumentCell(RhinoEngineDebugger, String) - Constructor for class org.apache.bsf.engines.javascript.DocumentCell
-
- DocumentCell - Class in org.apache.bsf.util
-
A DocumentCell allows the debug manager to keep track
of known documents for which it has breakpoints.
- DocumentCell(BSFDebugManagerImpl, String) - Constructor for class org.apache.bsf.util.DocumentCell
-
- doEndTag() - Method in class org.apache.taglibs.bsf.expression
-
- doEndTag() - Method in class org.apache.taglibs.bsf.scriptlet
-
- done - Variable in class org.apache.bsf.debug.util.ResultCell
-
- DONTDELETE - Static variable in interface org.apache.bsf.debug.jsdi.JsObject
-
Property attribute indicating property cannot be deleted.
- DONTENUM - Static variable in interface org.apache.bsf.debug.jsdi.JsObject
-
Property attribute indicating property is not enumerated.
- doubleResult(double) - Method in class org.apache.bsf.debug.util.ResultCell
-
- down() - Method in class org.apache.bsf.dbline.JsDb
-
- dval - Variable in class org.apache.bsf.debug.util.ResultCell
-
- elements() - Method in class org.apache.bsf.debug.util.IntHashtable
-
Answers an Enumeration on the values of this Hashtable.
- EMPTY - Static variable in interface org.apache.bsf.debug.jsdi.JsObject
-
The empty property attribute.
- engine - Variable in class org.apache.bsf.debug.util.ResultCell
-
- EngineUtils - Class in org.apache.bsf.util
-
This class contains utilities that language integrators can use
when implementing the BSFEngine interface.
- EngineUtils() - Constructor for class org.apache.bsf.util.EngineUtils
-
- entry_exit_mode() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- equals(Object) - Method in class org.apache.bsf.debug.util.Skeleton
-
- equals(Object) - Method in class org.apache.bsf.debug.util.Stub
-
- ERROR_OCCURED - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- eval(String, int, int, Object) - Method in interface org.apache.bsf.BSFEngine
-
This is used by an application to evaluate an expression.
- eval(String, String, int, int, Object) - Method in class org.apache.bsf.BSFManager
-
Evaluate the given expression of the given language and return the
resulting value.
- eval(String, String, int) - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
Allow the debugger to evaluate an expression
within the current context.
- eval(String, String, int) - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
Allow the debugger to evaluate an expression
within the current context.
- eval(String, int, int, Object) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
-
This is used by an application to evaluate a string containing
some expression.
- eval(String, int, int, Object) - Method in class org.apache.bsf.engines.jacl.JaclEngine
-
This is used by an application to evaluate a string containing
some expression.
- eval(String, int, int, Object) - Method in class org.apache.bsf.engines.javaclass.JavaClassEngine
-
This is used by an application to evaluate an object containing
some expression - clearly not possible for compiled code ..
- eval(String, int, int, Object) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
-
This is used by an application to evaluate a string containing
some expression.
- eval(String, String, int) - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
- eval(String, String, int) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- eval(String, int, int, Object) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
-
Evaluate an expression.
- eval(String, int, int, Object) - Method in class org.apache.bsf.engines.jython.JythonEngine
-
Evaluate an expression.
- eval(String, int, int, Object) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
-
Override impl of execute.
- eval(String, int, int, Object) - Method in class org.apache.bsf.engines.xslt.XSLTEngine
-
Evaluate an expression.
- EventAdapter - Interface in org.apache.bsf.util.event
-
EventAdapter is the interface that all event adapters must
implement in order to work with the automatic event adapter generation
model.
- EventAdapterGenerator - Class in org.apache.bsf.util.event.generator
-
EventAdapterGenerator
Generate an "Event Adapter" dynamically during program execution
- EventAdapterGenerator() - Constructor for class org.apache.bsf.util.event.generator.EventAdapterGenerator
-
- EventAdapterImpl - Class in org.apache.bsf.util.event
-
EventAdapterImpl is a default implementation of the EventAdapter
interface that specific event adapters may choose to subclass from
instead of implementing the interface themselves.
- EventAdapterImpl() - Constructor for class org.apache.bsf.util.event.EventAdapterImpl
-
- EventAdapterRegistry - Class in org.apache.bsf.util.event
-
The EventAdapterRegistry is the registry of event adapters.
- EventAdapterRegistry() - Constructor for class org.apache.bsf.util.event.EventAdapterRegistry
-
- eventProcessor - Variable in class org.apache.bsf.util.event.EventAdapterImpl
-
- EventProcessor - Interface in org.apache.bsf.util.event
-
EventProcessor is the interface that event adapters use to
delegate events they received to be delivered to the appropriate target.
- exceptionThrown() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- exec(String, int, int, Object) - Method in interface org.apache.bsf.BSFEngine
-
This is used by an application to execute some script.
- exec(String, String, int, int, Object) - Method in class org.apache.bsf.BSFManager
-
Execute the given script of the given language.
- exec(JsContext, JsObject) - Method in interface org.apache.bsf.debug.jsdi.JsScript
-
Execute the script.
- exec(String, int, int, Object) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
-
This is used by an application to execute a string containing
a script to execute.
- exec(String, int, int, Object) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
-
Execute a script.
- exec(String, int, int, Object) - Method in class org.apache.bsf.engines.jython.JythonEngine
-
Execute a script.
- exec(String, int, int, Object) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
-
Override impl of execute.
- exec(String, int, int, Object) - Method in class org.apache.bsf.util.BSFEngineImpl
-
Default impl of execute - calls eval and ignores the result.
- execEvalShared(String, int, int, Object, boolean) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
-
This is shared code for the exec() and eval() operations.
- exitDebugger(int) - Static method in class org.apache.bsf.dbline.JsDb
-
- exportSkeleton(Skeleton) - Method in class org.apache.bsf.debug.util.SocketConnection
-
- expression - Class in org.apache.taglibs.bsf
-
- expression() - Constructor for class org.apache.taglibs.bsf.expression
-
- extn2Lang - Static variable in class org.apache.bsf.BSFManager
-
- GatedListener - Class in org.apache.bsf.debug.serverImpl
-
- GatedListener(ObjectServer, int) - Constructor for class org.apache.bsf.debug.serverImpl.GatedListener
-
- get(String) - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
Get a named property from the object.
- get(int) - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
- get(String) - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
Get a named property from the object.
- get(int) - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
- get(int) - Method in class org.apache.bsf.debug.util.IntHashtable
-
Answers the value associated with the specified key in
this Hashtable.
- get(int) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- get(String) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- get(String) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
-
- getArgumentCount() - Method in interface org.apache.bsf.debug.jsdi.JsFunction
-
- getBreakpoint(int) - Method in class org.apache.bsf.dbline.Buffer
-
- getBreakpoints() - Method in class org.apache.bsf.dbline.Buffer
-
- getCharCount() - Method in class org.apache.bsf.engines.javascript.FnOrScript
-
- getChars(int, char) - Static method in class org.apache.bsf.util.StringUtils
-
Get a string consisting of numberOfChars theChars.
- getClassLoader() - Method in class org.apache.bsf.BSFManager
-
Get classLoader
- getClassName() - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
Get the name of the set of objects implemented by this Java class.
- getClassName() - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
Get the name of the set of objects implemented by this Java class.
- getClassName() - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- getClassName() - Method in class org.apache.bsf.util.CodeBuffer
-
- getClassName(Class) - Static method in class org.apache.bsf.util.StringUtils
-
- getClassPath() - Method in class org.apache.bsf.BSFManager
-
Get classPath
- getCode() - Method in interface org.apache.bsf.debug.jsdi.JsContext
-
- getCode() - Method in class org.apache.bsf.debug.meta.JsContextStub
-
- getCode() - Method in class org.apache.bsf.engines.javascript.JsContextStub
-
- getCodeGenString() - Method in interface org.apache.bsf.util.type.TypeConvertor
-
- getColumn() - Method in class org.apache.bsf.engines.javascript.FnOrScript
-
- getCommaListFromVector(Vector) - Static method in class org.apache.bsf.util.StringUtils
-
- getConnection() - Method in class org.apache.bsf.debug.util.Stub
-
- getConstantName(int) - Static method in class org.apache.bsf.debug.util.DebugConstants
-
- getConstructor(Class, Class[]) - Static method in class org.apache.bsf.util.MethodUtils
-
Class.getConstructor() finds only the entry point (if any)
_exactly_ matching the specified argument types.
- getConstructorArguments() - Method in class org.apache.bsf.util.CodeBuffer
-
- getConstructorBuffer() - Method in class org.apache.bsf.util.CodeBuffer
-
- getConstructorExceptions() - Method in class org.apache.bsf.util.CodeBuffer
-
- getContentAsReader(URL) - Static method in class org.apache.bsf.util.StringUtils
-
- getContentAsString(URL) - Static method in class org.apache.bsf.util.StringUtils
-
- getContext(int) - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
Returns the JsContext at a certain depth.
- getContext(int) - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
Returns the JsContext at a certain depth.
- getContext(int) - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
- getContext(int) - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- getContext(int) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- getContextCount() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
Returns the count of JsContext on the current stack.
- getContextCount() - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
Returns the count of JsContext on the current stack.
- getContextCount() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
- getContextCount() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- getContextCount() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- getCurrentLine() - Method in class org.apache.bsf.dbline.Buffer
-
- getDebugger() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
Return the current debugger.
- getDebugger() - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
Return the current debugger.
- getDebugger() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
Return the current debugger.
- getDebugger() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
Return the current debugger.
- getDebugInterface() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- getDebugManager() - Static method in class org.apache.bsf.BSFManager
-
Get debug manager
- getDebugManager() - Method in class org.apache.bsf.debug.clientImpl.ClientConnection
-
- getDebugManager() - Method in class org.apache.bsf.debug.serverImpl.ObjectServer
-
- getDebugStream() - Static method in class org.apache.bsf.debug.util.DebugLog
-
- getDefaultValue(Class) - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
Get the default value of the object with a given hint.
- getDefaultValue(Class) - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
Get the default value of the object with a given hint.
- getDefaultValue(Class) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- getDelimiters() - Method in class org.apache.bsf.util.cf.CodeFormatter
-
Gets the set of delimiters.
- getDepth() - Method in interface org.apache.bsf.debug.jsdi.JsContext
-
- getDepth() - Method in class org.apache.bsf.debug.meta.JsContextStub
-
- getDepth() - Method in class org.apache.bsf.engines.javascript.JsContextStub
-
- getDocument() - Method in class org.apache.bsf.engines.javascript.FnOrScript
-
- getDocumentCell(String) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- getEngine() - Method in interface org.apache.bsf.debug.jsdi.JsContext
-
- getEngine() - Method in class org.apache.bsf.debug.meta.JsContextStub
-
- getEngine() - Method in class org.apache.bsf.engines.javascript.JsContextStub
-
- getEntryExit() - Method in class org.apache.bsf.engines.javascript.DocumentCell
-
- getEntryExit() - Method in class org.apache.bsf.util.DocumentCell
-
- getException() - Method in class org.apache.bsf.debug.util.ResultCell
-
- getExtends() - Method in class org.apache.bsf.util.CodeBuffer
-
- getField(Object, String) - Static method in class org.apache.bsf.util.ReflectionUtils
-
- getFieldBuffer() - Method in class org.apache.bsf.util.CodeBuffer
-
- getFileName() - Method in class org.apache.bsf.dbline.Buffer
-
- getFinalServiceMethodStatement() - Method in class org.apache.bsf.util.CodeBuffer
-
- getFirstLine() - Method in class org.apache.bsf.engines.javascript.FnOrScript
-
- getFnOrScriptAsStringBuffer() - Method in class org.apache.bsf.engines.javascript.FnOrScript
-
- getFrame(int) - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- getFunctionName() - Method in interface org.apache.bsf.debug.jsdi.JsFunction
-
- getGlobalObject() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
Any execution in JavaScript happen with respect to a
global object, sort of the top-level name space for
properties.
- getGlobalObject() - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
Any execution in JavaScript happen with respect to a
global object, sort of the top-level name space for
properties.
- getGlobalObject() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
- getGlobalObject() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- getId() - Method in class org.apache.bsf.engines.javascript.BreakPoint
-
- getId() - Method in class org.apache.bsf.util.BreakPoint
-
- getIDispatchInterface() - Method in class org.apache.bsf.engines.activescript.COMIDispatchBean
-
- getIds(boolean) - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
Returns an array of property ids defined on this object.
- getIds(boolean) - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
Returns an array of property ids defined on this object.
- getIds(boolean) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- getImplements() - Method in class org.apache.bsf.util.CodeBuffer
-
- getImports() - Method in class org.apache.bsf.util.CodeBuffer
-
- getIndentationStep() - Method in class org.apache.bsf.util.cf.CodeFormatter
-
Gets the size of the indentation step.
- getInitializerBuffer() - Method in class org.apache.bsf.util.CodeBuffer
-
- getLangFromFilename(String) - Static method in class org.apache.bsf.BSFManager
-
Determine the language of a script file by looking at the file
extension.
- getLangFromFilename(String) - Method in interface org.apache.bsf.debug.BSFDebugManager
-
Determine the language of a script file by looking at the file
extension.
- getLangFromFilename(String) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
-
Determine the language of a script file by looking at the file
extension.
- getLangFromFilename(String) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
-
Determine the language of a script file by looking at the file
extension.
- getLastFnOrScript() - Method in class org.apache.bsf.engines.javascript.DocumentCell
-
- getLine(int) - Method in class org.apache.bsf.dbline.Buffer
-
- getLineCount() - Method in class org.apache.bsf.dbline.Buffer
-
- getLineCount() - Method in class org.apache.bsf.engines.javascript.FnOrScript
-
- getLineNo() - Method in class org.apache.bsf.engines.javascript.BreakPoint
-
- getLineNo() - Method in class org.apache.bsf.util.BreakPoint
-
- getLineNumber() - Method in interface org.apache.bsf.debug.jsdi.JsContext
-
- getLineNumber() - Method in class org.apache.bsf.debug.meta.JsContextStub
-
- getLineNumber() - Method in class org.apache.bsf.engines.javascript.JsContextStub
-
- getLineNumber() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- getLineNumbers() - Method in interface org.apache.bsf.debug.jsdi.JsCode
-
Get array containing the line numbers that
can have breakpoints placed on them.
- getLineNumbers() - Method in class org.apache.bsf.debug.meta.JsCodeStub
-
Get array containing the line numbers that
can have breakpoints placed on them.
- getLoadedClass(String) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
-
- getLogLevel() - Static method in class org.apache.bsf.debug.util.DebugLog
-
- getMaxLineLength() - Method in class org.apache.bsf.util.cf.CodeFormatter
-
Gets the maximum line length.
- getMethod(Class, String, Class[], boolean) - Static method in class org.apache.bsf.util.MethodUtils
-
- getMethod(Object, String, Class[]) - Static method in class org.apache.bsf.util.MethodUtils
-
Class.getMethod() finds only the entry point (if any) _exactly_
matching the specified argument types.
- getMethodBuffer() - Method in class org.apache.bsf.util.CodeBuffer
-
- getName() - Method in class org.apache.bsf.dbline.Buffer
-
- getName() - Method in class org.apache.bsf.engines.javascript.DocumentCell
-
- getName() - Method in class org.apache.bsf.util.DocumentCell
-
- getNode() - Method in class org.apache.bsf.engines.xslt.XSLTResultNode
-
- getObjectRegistry() - Method in class org.apache.bsf.BSFManager
-
Return the current object registry of the manager.
- getOffset() - Method in class org.apache.bsf.engines.javascript.BreakPoint
-
- getOffset() - Method in class org.apache.bsf.engines.javascript.FnOrScript
-
- getOffset() - Method in class org.apache.bsf.util.BreakPoint
-
- getPackageName() - Method in class org.apache.bsf.util.CodeBuffer
-
- getProperty(Object, String, Integer) - Static method in class org.apache.bsf.util.ReflectionUtils
-
Get a property of a bean.
- getPrototype() - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
Get the prototype of the object.
- getPrototype() - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
Get the prototype of the object.
- getPrototype() - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- getReason() - Method in exception org.apache.bsf.BSFException
-
- getRhinoContextProxy() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- getRhinoEngineDebugger() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- getSafeString(String) - Static method in class org.apache.bsf.util.StringUtils
-
- getScope() - Method in interface org.apache.bsf.debug.jsdi.JsContext
-
Scope of a context.
- getScope() - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
The scope is for supporting two things.
- getScope() - Method in class org.apache.bsf.debug.meta.JsContextStub
-
- getScope() - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
The scope is for supporting two things.
- getScope() - Method in class org.apache.bsf.engines.javascript.JsContextStub
-
- getScope() - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- getScript() - Method in class org.apache.bsf.engines.javascript.FnOrScript
-
- getServiceMethodBuffer() - Method in class org.apache.bsf.util.CodeBuffer
-
- getServiceMethodExceptions() - Method in class org.apache.bsf.util.CodeBuffer
-
- getServiceMethodName() - Method in class org.apache.bsf.util.CodeBuffer
-
- getServiceMethodReturnType() - Method in class org.apache.bsf.util.CodeBuffer
-
- getSkeleton(int) - Method in class org.apache.bsf.debug.util.SocketConnection
-
- getSourceName() - Method in interface org.apache.bsf.debug.jsdi.JsCode
-
Get the name of the source (usually filename or URL)
of the script.
- getSourceName() - Method in interface org.apache.bsf.debug.jsdi.JsContext
-
- getSourceName() - Method in class org.apache.bsf.debug.meta.JsCodeStub
-
Get the name of the source (usually filename or URL)
of the script.
- getSourceName() - Method in class org.apache.bsf.debug.meta.JsContextStub
-
- getSourceName() - Method in class org.apache.bsf.engines.javascript.JsContextStub
-
- getSpecificDebuggingInterface() - Method in interface org.apache.bsf.BSFEngine
-
The language-specific interface on the engine
for debugging...
- getSpecificDebuggingInterface() - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
-
- getSpecificDebuggingInterface() - Method in class org.apache.bsf.util.BSFEngineImpl
-
By default, an engine does not support debugging.
- getStickyDelimiters() - Method in class org.apache.bsf.util.cf.CodeFormatter
-
Gets the set of sticky delimiters.
- getStringFromReader(Reader) - Static method in class org.apache.bsf.util.IOUtils
-
- getStub(int, int) - Method in class org.apache.bsf.debug.util.SocketConnection
-
- getSymbol(String) - Method in class org.apache.bsf.util.CodeBuffer
-
- getSymbolTable() - Method in class org.apache.bsf.util.CodeBuffer
-
- getTargetException() - Method in exception org.apache.bsf.BSFException
-
- getTempDir() - Method in class org.apache.bsf.BSFManager
-
Get tempDir
- getThis() - Method in interface org.apache.bsf.debug.jsdi.JsContext
-
- getThis() - Method in class org.apache.bsf.debug.meta.JsContextStub
-
- getThis() - Method in class org.apache.bsf.engines.javascript.JsContextStub
-
- getThread() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
Returns name of the thread currently running in the engine
- getThread() - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
- getThread() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
- getThread() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- getThreadGroup() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
Returns name of the ThreadGroup of the thread currently running in the engine
- getThreadGroup() - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
- getThreadGroup() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
- getThreadGroup() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- getTid() - Method in class org.apache.bsf.debug.util.Skeleton
-
- getTid() - Method in class org.apache.bsf.debug.util.Stub
-
- getTypeSignatureString(Class) - Static method in class org.apache.bsf.util.EngineUtils
-
Given a class return the type signature string fragment for it.
- getUid() - Method in class org.apache.bsf.debug.util.Skeleton
-
- getUid() - Method in class org.apache.bsf.debug.util.Stub
-
- getUndefinedValue() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
As per ECMA specification, each JavaScript execution
defines a unique object for the undefined value.
- getUndefinedValue() - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
As per ECMA specification, each JavaScript execution
defines a unique object for the undefined value.
- getUndefinedValue() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
- getUndefinedValue() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- getURI() - Method in class org.apache.bsf.dbline.Buffer
-
- getURL(URL, String) - Static method in class org.apache.bsf.util.StringUtils
-
- getValidIdentifierName(String) - Static method in class org.apache.bsf.util.StringUtils
-
- IndentWriter - Class in org.apache.bsf.util
-
An IndentWriter object behaves the same as a
PrintWriter object, with the additional capability
of being able to print strings that are prepended with a specified
amount of spaces.
- IndentWriter(OutputStream) - Constructor for class org.apache.bsf.util.IndentWriter
-
Forwards its arguments to the PrintWriter constructor
with the same signature.
- IndentWriter(OutputStream, boolean) - Constructor for class org.apache.bsf.util.IndentWriter
-
Forwards its arguments to the PrintWriter constructor
with the same signature.
- IndentWriter(Writer) - Constructor for class org.apache.bsf.util.IndentWriter
-
Forwards its arguments to the PrintWriter constructor
with the same signature.
- IndentWriter(Writer, boolean) - Constructor for class org.apache.bsf.util.IndentWriter
-
Forwards its arguments to the PrintWriter constructor
with the same signature.
- Init(SocketConnection) - Static method in class org.apache.bsf.debug.util.Stub
-
- initBSFDebugManager() - Static method in class org.apache.bsf.BSFManager
-
This is the init for the debugging framework.
- initialize(BSFManager, String, Vector) - Method in interface org.apache.bsf.BSFEngine
-
This method is used to initialize the engine right after construction.
- initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
-
- initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.jacl.JaclEngine
-
Initialize the engine.
- initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
-
initialize the engine.
- initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
-
Initialize the engine.
- initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.jython.JythonEngine
-
Initialize the engine.
- initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
-
- initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.xslt.XSLTEngine
-
Initialize the engine.
- initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.util.BSFEngineImpl
-
initialize the engine; called right after construction by
the manager.
- INTERNAL - Static variable in interface org.apache.bsf.debug.jsdi.JsObject
-
Property attribute indicating property cannot be deleted.
- IntHashtable - Class in org.apache.bsf.debug.util
-
Hashtable associates keys with values.
- IntHashtable() - Constructor for class org.apache.bsf.debug.util.IntHashtable
-
Constructs a new Hashtable using the default capacity
and load factor.
- IntHashtable(int) - Constructor for class org.apache.bsf.debug.util.IntHashtable
-
Constructs a new IntHashtable using the specified capacity
and the default load factor.
- IntHashtable(int, float) - Constructor for class org.apache.bsf.debug.util.IntHashtable
-
Constructs a new IntHashtable using the specified capacity
and load factor.
- intResult(int) - Method in class org.apache.bsf.debug.util.ResultCell
-
- IOUtils - Class in org.apache.bsf.util
-
This file is a collection of input/output utilities.
- IOUtils() - Constructor for class org.apache.bsf.util.IOUtils
-
- isA(int) - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
- isCaseSensitive() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
-
- isEmpty() - Method in class org.apache.bsf.debug.clientImpl.CircularBuffer
-
- isEmpty() - Method in class org.apache.bsf.debug.util.IntHashtable
-
Answers if this Hashtable has no key/value pairs, a size of zero.
- isEvalContext() - Method in class org.apache.bsf.engines.javascript.JsContextStub
-
- isExecutable() - Method in class org.apache.bsf.util.ObjInfo
-
- isFunction() - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
- isFunction() - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
- isFunction() - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- isFunctionContext() - Method in class org.apache.bsf.engines.javascript.JsContextStub
-
- isJScript() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
-
- isLanguageRegistered(String) - Static method in class org.apache.bsf.BSFManager
-
Determine whether a language is registered.
- isLanguageRegistered(String) - Method in interface org.apache.bsf.debug.BSFDebugManager
-
Determine whether a language is registered.
- isLanguageRegistered(String) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
-
Determine whether a language is registered.
- isLanguageRegistered(String) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
-
Determine whether a language is registered.
- isLineDefined() - Method in class org.apache.bsf.util.BreakPoint
-
- isNotFound() - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
True if this object represents the "NOT_FOUND" value
for a code.
- isPerlScript() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
-
- isScript() - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
- isScript() - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
- isScript() - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- isScriptContext() - Method in class org.apache.bsf.engines.javascript.JsContextStub
-
- isSuspended() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
- isSuspended() - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
- isSuspended() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
- isUndefined() - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
Value returned when a property is undefined.
- isValidIdentifierName(String) - Static method in class org.apache.bsf.util.StringUtils
-
- isValidPackageName(String) - Static method in class org.apache.bsf.util.StringUtils
-
- isValueReturning() - Method in class org.apache.bsf.util.ObjInfo
-
- isVBScript() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
-
- isWrapper() - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- itemStateChanged(ItemEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ItemAdapter
-
- JaclEngine - Class in org.apache.bsf.engines.jacl
-
This is the interface to Scriptics's Jacl (Tcl) from the
Bean Scripting Framework.
- JaclEngine() - Constructor for class org.apache.bsf.engines.jacl.JaclEngine
-
- java_awt_event_ActionAdapter - Class in org.apache.bsf.util.event.adapters
-
- java_awt_event_ActionAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_ActionAdapter
-
- java_awt_event_AdjustmentAdapter - Class in org.apache.bsf.util.event.adapters
-
- java_awt_event_AdjustmentAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_AdjustmentAdapter
-
- java_awt_event_ComponentAdapter - Class in org.apache.bsf.util.event.adapters
-
- java_awt_event_ComponentAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
-
- java_awt_event_ContainerAdapter - Class in org.apache.bsf.util.event.adapters
-
- java_awt_event_ContainerAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_ContainerAdapter
-
- java_awt_event_FocusAdapter - Class in org.apache.bsf.util.event.adapters
-
- java_awt_event_FocusAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_FocusAdapter
-
- java_awt_event_ItemAdapter - Class in org.apache.bsf.util.event.adapters
-
- java_awt_event_ItemAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_ItemAdapter
-
- java_awt_event_KeyAdapter - Class in org.apache.bsf.util.event.adapters
-
- java_awt_event_KeyAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_KeyAdapter
-
- java_awt_event_MouseAdapter - Class in org.apache.bsf.util.event.adapters
-
- java_awt_event_MouseAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter
-
- java_awt_event_MouseMotionAdapter - Class in org.apache.bsf.util.event.adapters
-
- java_awt_event_MouseMotionAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_MouseMotionAdapter
-
- java_awt_event_TextAdapter - Class in org.apache.bsf.util.event.adapters
-
- java_awt_event_TextAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_TextAdapter
-
- java_awt_event_WindowAdapter - Class in org.apache.bsf.util.event.adapters
-
- java_awt_event_WindowAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
-
- java_beans_PropertyChangeAdapter - Class in org.apache.bsf.util.event.adapters
-
- java_beans_PropertyChangeAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_beans_PropertyChangeAdapter
-
- java_beans_VetoableChangeAdapter - Class in org.apache.bsf.util.event.adapters
-
- java_beans_VetoableChangeAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_beans_VetoableChangeAdapter
-
- JavaBean - Class in org.apache.bsf.engines.activescript
-
- JavaBean() - Constructor for class org.apache.bsf.engines.activescript.JavaBean
-
- JavaBeanAddEventListener - Interface in org.apache.bsf.engines.activescript
-
- JavaClassEngine - Class in org.apache.bsf.engines.javaclass
-
This is the interface to scripts consisting of Java objects from the
Bean Scripting Framework.
- JavaClassEngine() - Constructor for class org.apache.bsf.engines.javaclass.JavaClassEngine
-
- JavaOLEENUMVAR - Class in org.apache.bsf.engines.activescript
-
- JavaOLEENUMVAR() - Constructor for class org.apache.bsf.engines.activescript.JavaOLEENUMVAR
-
- JavaScriptEngine - Class in org.apache.bsf.engines.javascript
-
This is the interface to Netscape's Rhino (JavaScript) from the
Bean Scripting Framework.
- JavaScriptEngine() - Constructor for class org.apache.bsf.engines.javascript.JavaScriptEngine
-
- JavaUtils - Class in org.apache.bsf.util
-
- JavaUtils() - Constructor for class org.apache.bsf.util.JavaUtils
-
- JC_GET_LINE_NUMBERS - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JDKcompile(String, String) - Static method in class org.apache.bsf.util.JavaUtils
-
- JE_GET_CONTEXT_AT - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JE_GET_CONTEXT_COUNT - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JE_GET_GLOBAL_OBJECT - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JE_GET_THREAD - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JE_GET_THREADGROUP - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JE_GET_UNDEFINED_VALUE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JE_RUN - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JE_SET_DEBUGGER - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JE_STEP_IN - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JE_STEP_OUT - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JE_STEP_OVER - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_DEFINE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_DELETE_BY_INDEX - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_DELETE_BY_NAME - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_FUNCTION - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_GET_BY_INDEX - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_GET_BY_NAME - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_GET_CLASSNAME - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_GET_DEFAULT_VALUE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_GET_IDS - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_GET_PROTOTYPE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_GET_SCOPE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_HAS_BY_INDEX - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_HAS_BY_NAME - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_HAS_INSTANCE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_PUT_BY_INDEX - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_PUT_BY_NAME - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_SCRIPT - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_SET_PROTOTYPE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JO_SET_SCOPE - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JPythonEngine - Class in org.apache.bsf.engines.jpython
-
This is the interface to JPython (http://www.jpython.org/) from BSF.
- JPythonEngine() - Constructor for class org.apache.bsf.engines.jpython.JPythonEngine
-
- JS_CALLBACKS_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JS_CODE_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JS_CONTEXT_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JS_ENGINE_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JS_OBJECT_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- JsCallbacks - Interface in org.apache.bsf.debug.jsdi
-
This interface is the callback for the JavaScript
debugger.
- JsCallbacksDispatcher - Class in org.apache.bsf.debug.meta
-
- JsCallbacksDispatcher(SocketConnection) - Constructor for class org.apache.bsf.debug.meta.JsCallbacksDispatcher
-
- JsCallbacksStub - Class in org.apache.bsf.debug.meta
-
- JsCallbacksStub(SocketConnection, int, int) - Constructor for class org.apache.bsf.debug.meta.JsCallbacksStub
-
- JsCode - Interface in org.apache.bsf.debug.jsdi
-
This interface exposes debugging information from executable
code (either functions or top-level scripts).
- JsCodeStub - Class in org.apache.bsf.debug.meta
-
- JsCodeStub(SocketConnection, int, int, boolean) - Constructor for class org.apache.bsf.debug.meta.JsCodeStub
-
- JsContext - Interface in org.apache.bsf.debug.jsdi
-
- JsContextDispatcher - Class in org.apache.bsf.debug.meta
-
- JsContextDispatcher(SocketConnection) - Constructor for class org.apache.bsf.debug.meta.JsContextDispatcher
-
- JsContextStub - Class in org.apache.bsf.debug.meta
-
- JsContextStub(SocketConnection, int, int) - Constructor for class org.apache.bsf.debug.meta.JsContextStub
-
- JsContextStub - Class in org.apache.bsf.engines.javascript
-
Insert the type's description here.
- JsContextStub(RhinoContextProxy, DebugFrame, int) - Constructor for class org.apache.bsf.engines.javascript.JsContextStub
-
JsContextStub constructor comment.
- JsDb - Class in org.apache.bsf.dbline
-
- JsDb(String[]) - Constructor for class org.apache.bsf.dbline.JsDb
-
- JsdiException - Exception in org.apache.bsf.debug.jsdi
-
Insert the type's description here.
- JsdiException() - Constructor for exception org.apache.bsf.debug.jsdi.JsdiException
-
JsdiException constructor comment.
- JsdiException(String) - Constructor for exception org.apache.bsf.debug.jsdi.JsdiException
-
- JsEngine - Interface in org.apache.bsf.debug.jsdi
-
Represents a remote engine as seen from the debugger.
- JsEngineDispatcher - Class in org.apache.bsf.debug.meta
-
- JsEngineDispatcher(SocketConnection) - Constructor for class org.apache.bsf.debug.meta.JsEngineDispatcher
-
- JsEngineStub - Class in org.apache.bsf.debug.meta
-
- JsEngineStub(SocketConnection, int, int) - Constructor for class org.apache.bsf.debug.meta.JsEngineStub
-
- JsEngineStub - Class in org.apache.bsf.engines.javascript
-
Insert the type's description here.
- JsEngineStub(RhinoEngineDebugger) - Constructor for class org.apache.bsf.engines.javascript.JsEngineStub
-
JsEngineStub constructor comment.
- JsFunction - Interface in org.apache.bsf.debug.jsdi
-
Represents a function in the engine since JavaScript
has code as first-class objects.
- JsObject - Interface in org.apache.bsf.debug.jsdi
-
This is interface that all objects in JavaScript must implement.
- JsObjectDispatcher - Class in org.apache.bsf.debug.meta
-
- JsObjectDispatcher(SocketConnection) - Constructor for class org.apache.bsf.debug.meta.JsObjectDispatcher
-
- JsObjectProxy - Class in org.apache.bsf.dbline
-
This is a proxy for remote objects in the JavaScript engine.
- JsObjectProxy() - Constructor for class org.apache.bsf.dbline.JsObjectProxy
-
- JsObjectStub - Class in org.apache.bsf.debug.meta
-
- JsObjectStub(SocketConnection, int, int) - Constructor for class org.apache.bsf.debug.meta.JsObjectStub
-
- JsObjectStub - Class in org.apache.bsf.engines.javascript
-
Insert the type's description here.
- JsObjectStub(RhinoEngineDebugger, Scriptable) - Constructor for class org.apache.bsf.engines.javascript.JsObjectStub
-
- JsScript - Interface in org.apache.bsf.debug.jsdi
-
Represents a script in the engine since JavaScript
has code as first-class objects.
- JythonEngine - Class in org.apache.bsf.engines.jython
-
This is the interface to Jython (http://www.jython.org/) from BSF.
- JythonEngine() - Constructor for class org.apache.bsf.engines.jython.JythonEngine
-
- parent - Variable in class org.apache.bsf.debug.util.ResultCell
-
- parseCmd(String) - Method in class org.apache.bsf.dbline.JsDb
-
Parses a command line.
- parseResult() - Method in class org.apache.bsf.debug.util.ResultCell
-
- pcs - Variable in class org.apache.bsf.BSFManager
-
- placeBreakpointAtLine(int, String, int) - Method in interface org.apache.bsf.BSFEngine
-
- placeBreakpointAtLine(int, String, int) - Method in interface org.apache.bsf.debug.BSFDebugManager
-
Breakpoints are placed within documents either at a specific line
or offset.
- placeBreakpointAtLine(int, String, int) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
-
Breakpoints are placed within documents either at a specific line
or offset.
- placeBreakpointAtLine(int, String, int) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
-
- placeBreakpointAtLine(int, String, int) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- placeBreakpointAtLine(int, String, int) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
-
- placeBreakpointAtLine(int, String, int) - Method in class org.apache.bsf.util.BSFEngineImpl
-
- placeBreakpointAtOffset(int, String, int) - Method in interface org.apache.bsf.BSFEngine
-
- placeBreakpointAtOffset(int, String, int) - Method in interface org.apache.bsf.debug.BSFDebugManager
-
- placeBreakpointAtOffset(int, String, int) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
-
- placeBreakpointAtOffset(int, String, int) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
-
- placeBreakpointAtOffset(int, String, int) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- placeBreakpointAtOffset(int, String, int) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
-
- placeBreakpointAtOffset(int, String, int) - Method in class org.apache.bsf.util.BSFEngineImpl
-
- poll() - Method in class org.apache.bsf.dbline.Callbacks
-
- poll() - Method in interface org.apache.bsf.debug.jsdi.JsCallbacks
-
Allows the server to poll the connection.
- poll() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
Allows the client debugger to poll the connection.
- poll() - Method in class org.apache.bsf.debug.meta.JsCallbacksStub
-
Allows the server to poll the connection.
- poll() - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
- poll() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
- pop() - Method in class org.apache.bsf.debug.clientImpl.CircularBuffer
-
- popSymbolTable() - Method in class org.apache.bsf.util.CodeBuffer
-
- prepareOutgoingInvoke(Stub, int, int) - Method in class org.apache.bsf.debug.util.SocketConnection
-
First call made by a stub.
- print() - Method in class org.apache.bsf.debug.util.ResultCell
-
- print(PrintWriter, boolean) - Method in class org.apache.bsf.util.CodeBuffer
-
- print(int, String) - Method in class org.apache.bsf.util.IndentWriter
-
Print the text (indented the specified amount) without inserting a linefeed.
- println(int, String) - Method in class org.apache.bsf.util.IndentWriter
-
Print the text (indented the specified amount) and insert a linefeed.
- printStackTrace() - Method in exception org.apache.bsf.BSFException
-
- processEvent(String, Object[]) - Method in class org.apache.bsf.util.BSFEventProcessor
-
- processEvent(String, Object[]) - Method in interface org.apache.bsf.util.event.EventProcessor
-
- processExceptionableEvent(String, Object[]) - Method in class org.apache.bsf.util.BSFEventProcessor
-
- processExceptionableEvent(String, Object[]) - Method in interface org.apache.bsf.util.event.EventProcessor
-
- propagate() - Method in class org.apache.bsf.engines.javascript.BreakPoint
-
Propagating the breakpoint to its corresponding
compilation unit, the side effect of that is to
set the breakpoint in the Rhino engine.
- propertyChange(PropertyChangeEvent) - Method in class org.apache.bsf.util.BSFEngineImpl
-
Receive property change events from the manager and update my fields
as needed.
- propertyChange(PropertyChangeEvent) - Method in class org.apache.bsf.util.event.adapters.java_beans_PropertyChangeAdapter
-
- push(Object) - Method in class org.apache.bsf.debug.clientImpl.CircularBuffer
-
- pushInvocation(ResultCell) - Method in class org.apache.bsf.debug.util.ThreadCell
-
- pushLoopback(ResultCell) - Method in class org.apache.bsf.debug.util.ThreadCell
-
- pushSymbolTable() - Method in class org.apache.bsf.util.CodeBuffer
-
- put(int, Object) - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
Sets an indexed property in this object.
- put(String, Object) - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
Sets a named property in this object.
- put(int, Object) - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
Sets an indexed property in this object.
- put(String, Object) - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
Sets a named property in this object.
- put(int, Object) - Method in class org.apache.bsf.debug.util.IntHashtable
-
Associate the specified value with the specified key in this Hashtable.
- put(int, Object) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- put(String, Object) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- put(String, Class) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
-
- putSymbol(String, ObjInfo) - Method in class org.apache.bsf.util.CodeBuffer
-
- readBoolean() - Method in class org.apache.bsf.debug.util.ResultCell
-
Default reading methods for unmarshalling in parameters
from remote method calls.
- readCmd() - Method in class org.apache.bsf.dbline.JsDb
-
- readDouble() - Method in class org.apache.bsf.debug.util.ResultCell
-
- readException() - Method in class org.apache.bsf.debug.util.ResultCell
-
- readFloat() - Method in class org.apache.bsf.debug.util.ResultCell
-
- readId() - Method in class org.apache.bsf.debug.util.ResultCell
-
- readInt() - Method in class org.apache.bsf.debug.util.ResultCell
-
- readLong() - Method in class org.apache.bsf.debug.util.ResultCell
-
- readObject() - Method in class org.apache.bsf.debug.util.ResultCell
-
- READONLY - Static variable in interface org.apache.bsf.debug.jsdi.JsObject
-
Property attribute indicating assignment to this property is ignored.
- REASON_EXECUTION_ERROR - Static variable in exception org.apache.bsf.BSFException
-
- REASON_INVALID_ARGUMENT - Static variable in exception org.apache.bsf.BSFException
-
- REASON_IO_ERROR - Static variable in exception org.apache.bsf.BSFException
-
- REASON_OTHER_ERROR - Static variable in exception org.apache.bsf.BSFException
-
- REASON_UNKNOWN_LANGUAGE - Static variable in exception org.apache.bsf.BSFException
-
- REASON_UNSUPPORTED_FEATURE - Static variable in exception org.apache.bsf.BSFException
-
- ReflectionUtils - Class in org.apache.bsf.util
-
This file is a collection of reflection utilities.
- ReflectionUtils() - Constructor for class org.apache.bsf.util.ReflectionUtils
-
- register(Class, Class) - Static method in class org.apache.bsf.util.event.EventAdapterRegistry
-
- register(String, Object) - Method in class org.apache.bsf.util.ObjectRegistry
-
- register(Class, Class, TypeConvertor) - Method in class org.apache.bsf.util.type.TypeConvertorRegistry
-
- register(BSFManager, String, Object) - Method in class org.apache.taglibs.bsf.bsftag
-
- registerBean(String, Object) - Method in class org.apache.bsf.BSFManager
-
Registering a bean allows a scripting engine or the application to
access that bean by name and to manipulate it.
- registerBean(String, Object) - Method in class org.apache.bsf.util.BSFFunctions
-
- registerByKey(Object, TypeConvertor) - Method in class org.apache.bsf.util.type.TypeConvertorRegistry
-
- registerDebugger(String, BSFDebugger) - Method in interface org.apache.bsf.debug.BSFDebugManager
-
Register a debugger for a scripting engine.
- registerDebugger(String, BSFDebugger) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
-
Register a debugger for a scripting engine.
- registerDebugger(String, BSFDebugger) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
-
Register a debugger for a scripting engine.
- registeredEngines - Static variable in class org.apache.bsf.BSFManager
-
- registerEngine(BSFManager, BSFEngine, String) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
-
- registerFnOrScriptLines(Reader, int, int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
-
- registerFnOrScriptLines(String, int, int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
-
- registerFnOrScriptRange(Reader, int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
-
- registerFnOrScriptRange(String, int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
-
- registerManager(BSFManager) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
-
- registerScriptingEngine(String, String, String[]) - Static method in class org.apache.bsf.BSFManager
-
Register a scripting engine in the static registry of the
BSFManager.
- rehash() - Method in class org.apache.bsf.debug.util.IntHashtable
-
Increases the capacity of this Hashtable.
- RemoteService - Interface in org.apache.bsf.debug.util
-
- RemoteServiceListener - Interface in org.apache.bsf.debug.util
-
- remove(int) - Method in class org.apache.bsf.debug.util.IntHashtable
-
Remove the key/value pair with the specified key from this Hashtable.
- removeAllBreakpoints() - Method in class org.apache.bsf.util.BSFDebugManagerImpl
-
- removeAllBreakpoints() - Method in class org.apache.bsf.util.DocumentCell
-
- removeBreakpoint(String, int) - Method in interface org.apache.bsf.BSFEngine
-
- removeBreakpoint(int) - Method in class org.apache.bsf.dbline.Buffer
-
- removeBreakpoint(String, int) - Method in interface org.apache.bsf.debug.BSFDebugManager
-
Allows to remove a breakpoint.
- removeBreakpoint(String, int) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
-
Allows to remove a breakpoint.
- removeBreakpoint(int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
-
Removing a breakpoint.
- removeBreakpoint(int) - Method in class org.apache.bsf.engines.javascript.FnOrScript
-
- removeBreakpoint(String, int) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
-
- removeBreakpoint(String, int) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- removeBreakpoint(String, int) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
-
- removeBreakpoint(String, int) - Method in class org.apache.bsf.util.BSFEngineImpl
-
- removeBreakpoint(int) - Method in class org.apache.bsf.util.DocumentCell
-
- removeListener(RemoteServiceListener) - Method in interface org.apache.bsf.debug.util.RemoteService
-
- removeListener(RemoteServiceListener) - Method in class org.apache.bsf.debug.util.Skeleton
-
- removeListener(RemoteServiceListener) - Method in class org.apache.bsf.debug.util.Stub
-
- Reset() - Method in class org.apache.bsf.engines.activescript.JavaOLEENUMVAR
-
- ResultCell - Class in org.apache.bsf.debug.util
-
- resumed() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- revoked() - Method in class org.apache.bsf.debug.util.Stub
-
- revokedNotify(RemoteService) - Method in interface org.apache.bsf.debug.util.RemoteServiceListener
-
- revokedNotify(RemoteService) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
-
Callback from the socket/stub layer.
- revokeFuture(Object, Exception) - Method in class org.apache.bsf.debug.util.Stub
-
- RhinoContextProxy - Class in org.apache.bsf.engines.javascript
-
- RhinoEngineDebugger - Class in org.apache.bsf.engines.javascript
-
- RhinoEngineDebugger(JavaScriptEngine) - Constructor for class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- run() - Method in class org.apache.bsf.dbline.JsDb
-
- run() - Method in class org.apache.bsf.debug.clientImpl.ClientConnection
-
- run() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
Stepping commands:
run: resume execution until it finishes or a breakpoint is hit.
- run() - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
Stepping commands:
run: resume execution until it finishes or a breakpoint is hit.
- run() - Method in class org.apache.bsf.debug.serverImpl.GatedListener
-
- run() - Method in class org.apache.bsf.debug.serverImpl.ObjectServer
-
- run() - Method in class org.apache.bsf.debug.util.ThreadCell
-
Simply allows to switch to this thread...
- run() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
- run() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- run(JsEngineStub) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- scriptlet - Class in org.apache.taglibs.bsf
-
- scriptlet() - Constructor for class org.apache.taglibs.bsf.scriptlet
-
- searchCell(int) - Method in class org.apache.bsf.debug.util.SocketConnection
-
- selfSkel - Variable in class org.apache.bsf.debug.util.ResultCell
-
- selfStub - Variable in class org.apache.bsf.debug.util.ResultCell
-
- sendInvocation() - Method in class org.apache.bsf.debug.util.ResultCell
-
- sendQuitNotice() - Method in class org.apache.bsf.debug.meta.DebugManagerStub
-
- sendResult() - Method in class org.apache.bsf.debug.util.ResultCell
-
- ServerStubTable - Class in org.apache.bsf.debug.serverImpl
-
This class provides the resident object table for the
mirrors.
- ServerStubTable(ObjectServer) - Constructor for class org.apache.bsf.debug.serverImpl.ServerStubTable
-
- setBreakNextLine(JsContext, boolean) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
Set whether the engine should break when it encounters
the next line.
- setClassLoader(ClassLoader) - Method in class org.apache.bsf.BSFManager
-
Set the class loader for those that need to use it.
- setClassLoader(ClassLoader) - Static method in class org.apache.bsf.util.event.EventAdapterRegistry
-
Class loader to use to load event adapter classes.
- setClassName(String) - Method in class org.apache.bsf.util.CodeBuffer
-
- setClassPath(String) - Method in class org.apache.bsf.BSFManager
-
Set the classpath for those that need to use it.
- setCurrentLine(int) - Method in class org.apache.bsf.dbline.Buffer
-
- setDebugger(JsCallbacks) - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
Set the associated debugger.
- setDebugger(JsCallbacks) - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
Set the associated debugger.
- setDebugger(JsCallbacks) - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
Set the associated debugger.
- setDebugger(JsCallbacks) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
Set the associated debugger.
- setDebugStream(PrintStream) - Static method in class org.apache.bsf.debug.util.DebugLog
-
- setDelimiters(String) - Method in class org.apache.bsf.util.cf.CodeFormatter
-
Sets the set of delimiters; default set is "(+".
- setDynamic(boolean) - Static method in class org.apache.bsf.util.event.EventAdapterRegistry
-
Indicates whether or not to dynamically generate adapters; default is
true.
- setEntryExit(String, boolean) - Method in interface org.apache.bsf.BSFEngine
-
- setEntryExit(String, boolean) - Method in interface org.apache.bsf.debug.BSFDebugManager
-
Allows setting entry/exit mode
- setEntryExit(String, boolean) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
-
Allows setting entry/exit mode
- setEntryExit(boolean) - Method in class org.apache.bsf.engines.javascript.DocumentCell
-
- setEntryExit(String, boolean) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
-
- setEntryExit(String, boolean) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- setEntryExit(String, boolean) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
-
- setEntryExit(String, boolean) - Method in class org.apache.bsf.util.BSFEngineImpl
-
- setEntryExit(boolean) - Method in class org.apache.bsf.util.DocumentCell
-
- setEvalRet(Object) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
-
- setEventProcessor(EventProcessor) - Method in interface org.apache.bsf.util.event.EventAdapter
-
- setEventProcessor(EventProcessor) - Method in class org.apache.bsf.util.event.EventAdapterImpl
-
- setException(Exception) - Method in class org.apache.bsf.debug.util.ResultCell
-
- setExtends(String) - Method in class org.apache.bsf.util.CodeBuffer
-
- setField(Object, String, Bean, TypeConvertorRegistry) - Static method in class org.apache.bsf.util.ReflectionUtils
-
- setFinalServiceMethodStatement(ObjInfo) - Method in class org.apache.bsf.util.CodeBuffer
-
- setIndentationStep(int) - Method in class org.apache.bsf.util.cf.CodeFormatter
-
Sets the size of the indentation step; default size is 2.
- setIOStreams(InputStream, OutputStream, DataInputStream, DataOutputStream) - Method in class org.apache.bsf.debug.serverImpl.ObjectServer
-
- setLanguage(String) - Method in class org.apache.taglibs.bsf.bsftag
-
- setLastFnOrScript(FnOrScript) - Method in class org.apache.bsf.engines.javascript.DocumentCell
-
- setLineNo(int) - Method in class org.apache.bsf.engines.javascript.BreakPoint
-
- setLineNo(int) - Method in class org.apache.bsf.util.BreakPoint
-
- setLogLevel(int) - Static method in class org.apache.bsf.debug.util.DebugLog
-
- setMaxLineLength(int) - Method in class org.apache.bsf.util.cf.CodeFormatter
-
Sets the (desired) maximum line length; default length is
74.
- setObjectRegistry(ObjectRegistry) - Method in class org.apache.bsf.BSFManager
-
Set the object registry used by this manager.
- setOffset(int) - Method in class org.apache.bsf.engines.javascript.BreakPoint
-
- setOffset(int) - Method in class org.apache.bsf.util.BreakPoint
-
- setPackageName(String) - Method in class org.apache.bsf.util.CodeBuffer
-
- setPacketBytes(byte[]) - Method in class org.apache.bsf.debug.util.ResultCell
-
Once a packet has been read from the socket,
it is passed to the ResultCell and further processed
to parse the remaining data item.
- setProperty(Object, String, Integer, Object, Class, TypeConvertorRegistry) - Static method in class org.apache.bsf.util.ReflectionUtils
-
Set a property of a bean to a given value.
- setPrototype(JsObject) - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
Set the prototype of the object.
- setPrototype(JsObject) - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
Set the prototype of the object.
- setPrototype(JsObject) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- setScope(JsObject) - Method in interface org.apache.bsf.debug.jsdi.JsObject
-
Set the prototype of the object.
- setScope(JsObject) - Method in class org.apache.bsf.debug.meta.JsObjectStub
-
Set the prototype of the object.
- setScope(JsObject) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
-
- setServiceMethodName(String) - Method in class org.apache.bsf.util.CodeBuffer
-
- setServiceMethodReturnType(Class) - Method in class org.apache.bsf.util.CodeBuffer
-
- setStickyDelimiters(String) - Method in class org.apache.bsf.util.cf.CodeFormatter
-
Sets the set of sticky delimiters; default set is ",".
- setSymbolTable(Hashtable) - Method in class org.apache.bsf.util.CodeBuffer
-
- setTempDir(String) - Method in class org.apache.bsf.BSFManager
-
Temporary directory to put stuff into (for those who need to).
- setUnit(CompilationUnit) - Method in class org.apache.bsf.engines.javascript.BreakPoint
-
- showCurrentFrame() - Method in class org.apache.bsf.dbline.JsDb
-
- showObject(Integer, boolean) - Method in class org.apache.bsf.dbline.JsDb
-
- showPrototype(Integer, boolean) - Method in class org.apache.bsf.dbline.JsDb
-
- showScope(Integer, boolean) - Method in class org.apache.bsf.dbline.JsDb
-
- showThrInfo() - Method in class org.apache.bsf.dbline.JsDb
-
- size() - Method in class org.apache.bsf.debug.util.IntHashtable
-
Answers the number of key/value pairs in this Hashtable.
- SKEL_OBJECT - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- Skeleton - Class in org.apache.bsf.debug.util
-
- Skeleton(int) - Constructor for class org.apache.bsf.debug.util.Skeleton
-
- Skeleton(int, int) - Constructor for class org.apache.bsf.debug.util.Skeleton
-
- Skip(long) - Method in class org.apache.bsf.engines.activescript.JavaOLEENUMVAR
-
- SocketConnection - Class in org.apache.bsf.debug.util
-
- SocketConnection() - Constructor for class org.apache.bsf.debug.util.SocketConnection
-
- SPECIAL_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- specifyLinesPos(Reader, int, int) - Method in class org.apache.bsf.engines.javascript.FnOrScript
-
- specifyRange(Reader, int) - Method in class org.apache.bsf.engines.javascript.FnOrScript
-
- stderrPrint(Object, int) - Static method in class org.apache.bsf.debug.util.DebugLog
-
- stderrPrintln(Object, int) - Static method in class org.apache.bsf.debug.util.DebugLog
-
- stdoutPrint(Object, int) - Static method in class org.apache.bsf.debug.util.DebugLog
-
- stdoutPrintln(Object, int) - Static method in class org.apache.bsf.debug.util.DebugLog
-
- stepIn() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
- stepIn() - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
- stepIn() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
- stepIn() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- stepIn(JsEngineStub) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- stepOut() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
- stepOut() - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
- stepOut() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
- stepOut() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- stepOut(JsEngineStub) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- stepOver() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
-
- stepOver() - Method in class org.apache.bsf.debug.meta.JsEngineStub
-
- stepOver() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
-
- stepOver() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- stepOver(JsEngineStub) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
-
- stepping() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- stopEngine() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
-
- stopListening() - Method in class org.apache.bsf.debug.util.SocketConnection
-
- streamPrint(Object, OutputStream, int) - Static method in class org.apache.bsf.debug.util.DebugLog
-
- streamPrintln(Object, OutputStream, int) - Static method in class org.apache.bsf.debug.util.DebugLog
-
- StringUtils - Class in org.apache.bsf.util
-
Deals with strings (probably need to elaborate some more).
- StringUtils() - Constructor for class org.apache.bsf.util.StringUtils
-
- Stub - Class in org.apache.bsf.debug.util
-
- Stub(SocketConnection, int, int) - Constructor for class org.apache.bsf.debug.util.Stub
-
- STUB_OBJECT - Static variable in class org.apache.bsf.debug.util.DebugConstants
-
- StubTable - Class in org.apache.bsf.debug.util
-
This class provides the resident object table for the
mirrors.
- StubTable(SocketConnection) - Constructor for class org.apache.bsf.debug.util.StubTable
-
- supportBreakpointAtLine(String) - Method in interface org.apache.bsf.debug.BSFDebugManager
-
- supportBreakpointAtLine(String) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
-
- supportBreakpointAtLine(String) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
-
- supportBreakpointAtOffset(String) - Method in interface org.apache.bsf.debug.BSFDebugManager
-
Allows a debugger to ask if the engine for a given language
will support either line or offset breakpoints.
- supportBreakpointAtOffset(String) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
-
Allows a debugger to ask if the engine for a given language
will support either line or offset breakpoints.
- supportBreakpointAtOffset(String) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
-
Allows a debugger to ask if the engine for a given language
will support either line or offset breakpoints.
- suspendFuture(Object) - Method in interface org.apache.bsf.debug.util.RemoteService
-
- suspendFuture(Object) - Method in class org.apache.bsf.debug.util.Skeleton
-
- suspendFuture(Object) - Method in class org.apache.bsf.debug.util.Stub
-
- swizzle(int, int) - Method in class org.apache.bsf.debug.util.SocketConnection
-
- swizzle(int, int) - Method in class org.apache.bsf.debug.util.Stub
-
- swizzle(int, int) - Method in class org.apache.bsf.debug.util.StubTable
-
- symbolTableIsStacked() - Method in class org.apache.bsf.util.CodeBuffer
-