org.apache.bsf.engines.javascript

Class JsContextStub

public class JsContextStub extends Skeleton implements JsContext

Insert the type's description here. Creation date: (8/23/2001 4:16:50 PM)

UNKNOWN: Administrator

Constructor Summary
JsContextStub(RhinoContextProxy rcp, DebugFrame frame, int frameno)
JsContextStub constructor comment.
Method Summary
JsObjectbind(String id)
JsCodegetCode()
intgetDepth()
JsEnginegetEngine()
intgetLineNumber()
JsObjectgetScope()
StringgetSourceName()
JsObjectgetThis()
booleanisEvalContext()
booleanisFunctionContext()
booleanisScriptContext()
ObjectlookupName(String name)
ObjectlookupName(Scriptable scopeChain, String id)
Looks up a name in the scope chain and returns its value.

Constructor Detail

JsContextStub

public JsContextStub(RhinoContextProxy rcp, DebugFrame frame, int frameno)
JsContextStub constructor comment.

Method Detail

bind

public JsObject bind(String id)

getCode

public JsCode getCode()

getDepth

public int getDepth()

getEngine

public JsEngine getEngine()

getLineNumber

public int getLineNumber()

getScope

public JsObject getScope()

getSourceName

public String getSourceName()

getThis

public JsObject getThis()

isEvalContext

public boolean isEvalContext()

isFunctionContext

public boolean isFunctionContext()

isScriptContext

public boolean isScriptContext()

lookupName

public Object lookupName(String name)

lookupName

public Object lookupName(Scriptable scopeChain, String id)
Looks up a name in the scope chain and returns its value.