public interface CallFrame
Modifier and Type | Method and Description |
---|---|
JsEvaluateContext |
getEvaluateContext() |
java.lang.String |
getFunctionName() |
JsVariable |
getReceiverVariable() |
Script |
getScript() |
TextStreamPosition |
getStatementStartPosition() |
java.util.List<? extends JsScope> |
getVariableScopes() |
java.util.List<? extends JsScope> getVariableScopes()
JsVariable getReceiverVariable() throws MethodIsBlockingException
MethodIsBlockingException
- because it may need to load value from remoteScript getScript()
null
if no script is associated with the call frame (e.g. an exception
could have been thrown in a native script)TextStreamPosition getStatementStartPosition()
java.lang.String getFunctionName()
JsEvaluateContext getEvaluateContext()
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.