public interface IScriptDebugFrame
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_FILE |
static int |
TYPE_FUNCTION |
Modifier and Type | Method and Description |
---|---|
int |
getLineNumber() |
String |
getName() |
Script |
getScript() |
int |
getType() |
Map<String,Object> |
getVariables() |
static final int TYPE_FILE
static final int TYPE_FUNCTION