public interface JavaScriptCallFrame
Modifier and Type | Field and Description |
---|---|
static int |
CATCH_SCOPE |
static int |
CLOSURE_SCOPE |
static int |
GLOBAL_SCOPE |
static int |
LOCAL_SCOPE |
static int |
WITH_SCOPE |
Modifier and Type | Method and Description |
---|---|
void |
evaluate(String script) |
JavaScriptCallFrame |
getCaller() |
int |
getColumn() |
String |
getFunctionName() |
int |
getLine() |
Indexable |
getScopeChain() |
int |
getSourceID() |
Object |
getThisObject() |
String |
getType() |
int |
scopeType(int scopeIndex) |
static final int CATCH_SCOPE
static final int CLOSURE_SCOPE
static final int GLOBAL_SCOPE
static final int LOCAL_SCOPE
static final int WITH_SCOPE
JavaScriptCallFrame getCaller()
int getColumn()
String getFunctionName()
int getLine()
Indexable getScopeChain()
int getSourceID()
Object getThisObject()
String getType()
void evaluate(String script)
int scopeType(int scopeIndex)
Copyright © 2018. All rights reserved.