org.python.compiler
Interface ScopeConstants
- All Known Implementing Classes:
- ScopeInfo, ScopesCompiler
- public interface ScopeConstants
BOUND
public static final int BOUND
- See Also:
- Constant Field Values
NGLOBAL
public static final int NGLOBAL
- See Also:
- Constant Field Values
PARAM
public static final int PARAM
- See Also:
- Constant Field Values
FROM_PARAM
public static final int FROM_PARAM
- See Also:
- Constant Field Values
CELL
public static final int CELL
- See Also:
- Constant Field Values
FREE
public static final int FREE
- See Also:
- Constant Field Values
CLASS_GLOBAL
public static final int CLASS_GLOBAL
- See Also:
- Constant Field Values
GLOBAL
public static final int GLOBAL
- See Also:
- Constant Field Values
TOPSCOPE
public static final int TOPSCOPE
- See Also:
- Constant Field Values
FUNCSCOPE
public static final int FUNCSCOPE
- See Also:
- Constant Field Values
CLASSSCOPE
public static final int CLASSSCOPE
- See Also:
- Constant Field Values