public class JsJavaScriptCallFrame extends JsElementalMixinBase implements JavaScriptCallFrame
CATCH_SCOPE, CLOSURE_SCOPE, GLOBAL_SCOPE, LOCAL_SCOPE, WITH_SCOPE
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsJavaScriptCallFrame() |
Modifier and Type | Method and Description |
---|---|
void |
evaluate(String script) |
JsJavaScriptCallFrame |
getCaller() |
int |
getColumn() |
String |
getFunctionName() |
int |
getLine() |
JsIndexable |
getScopeChain() |
int |
getSourceID() |
Object |
getThisObject() |
String |
getType() |
int |
scopeType(int scopeIndex) |
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
intAt, length
numberAt
public final JsJavaScriptCallFrame getCaller()
getCaller
in interface JavaScriptCallFrame
public final int getColumn()
getColumn
in interface JavaScriptCallFrame
public final String getFunctionName()
getFunctionName
in interface JavaScriptCallFrame
public final int getLine()
getLine
in interface JavaScriptCallFrame
public final JsIndexable getScopeChain()
getScopeChain
in interface JavaScriptCallFrame
public final int getSourceID()
getSourceID
in interface JavaScriptCallFrame
public final Object getThisObject()
getThisObject
in interface JavaScriptCallFrame
public final String getType()
getType
in interface JavaScriptCallFrame
public final void evaluate(String script)
evaluate
in interface JavaScriptCallFrame
public final int scopeType(int scopeIndex)
scopeType
in interface JavaScriptCallFrame
Copyright © 2018. All rights reserved.