public interface ScopeConstants
Modifier and Type | Field and Description |
---|---|
static int |
BOUND |
static int |
CELL |
static int |
CLASS_GLOBAL |
static int |
CLASSSCOPE |
static int |
FREE |
static int |
FROM_PARAM |
static int |
FUNCSCOPE |
static int |
GLOBAL |
static int |
NGLOBAL |
static int |
PARAM |
static int |
TOPSCOPE |
static final int BOUND
static final int NGLOBAL
static final int PARAM
static final int FROM_PARAM
static final int CELL
static final int FREE
static final int CLASS_GLOBAL
static final int GLOBAL
static final int TOPSCOPE
static final int FUNCSCOPE
static final int CLASSSCOPE