org.python.compiler
Interface ScopeConstants
-
- All Known Implementing Classes:
- ScopeInfo, ScopesCompiler
public interface ScopeConstants
-
-
Field Summary
Fields Modifier and Type Field and Description static intBOUNDstatic intCELLstatic intCLASS_GLOBALstatic intCLASSSCOPEstatic intFREEstatic intFROM_PARAMstatic intFUNCSCOPEstatic intGLOBALstatic intNGLOBALstatic intPARAMstatic intTOPSCOPE
-
-
-
Field Detail
-
BOUND
static final int BOUND
- See Also:
- Constant Field Values
-
NGLOBAL
static final int NGLOBAL
- See Also:
- Constant Field Values
-
PARAM
static final int PARAM
- See Also:
- Constant Field Values
-
FROM_PARAM
static final int FROM_PARAM
- See Also:
- Constant Field Values
-
CELL
static final int CELL
- See Also:
- Constant Field Values
-
FREE
static final int FREE
- See Also:
- Constant Field Values
-
CLASS_GLOBAL
static final int CLASS_GLOBAL
- See Also:
- Constant Field Values
-
GLOBAL
static final int GLOBAL
- See Also:
- Constant Field Values
-
TOPSCOPE
static final int TOPSCOPE
- See Also:
- Constant Field Values
-
FUNCSCOPE
static final int FUNCSCOPE
- See Also:
- Constant Field Values
-
CLASSSCOPE
static final int CLASSSCOPE
- See Also:
- Constant Field Values
-
-
DMelt 3.0 © DataMelt by jWork.ORG