Public Member Functions | |
| PyVariableContext () | |
| virtual | ~PyVariableContext () |
| void | pushScope () |
| void | popScope () |
| void | clear () |
| void | clearExceptGlobal () |
| void | addVariable (const QCString &type, const QCString &name) |
| ClassDef * | findVariable (const QCString &name) |
Static Public Attributes | |
| static const ClassDef * | dummyContext |
Classes | |
| class | Scope |
Definition at line 1082 of file pycode.cpp.
| PyVariableContext::PyVariableContext | ( | ) | [inline] |
Definition at line 1092 of file pycode.cpp.
| virtual PyVariableContext::~PyVariableContext | ( | ) | [inline, virtual] |
Definition at line 1097 of file pycode.cpp.
| void PyVariableContext::pushScope | ( | ) | [inline] |
Definition at line 1101 of file pycode.cpp.
| void PyVariableContext::popScope | ( | ) | [inline] |
Definition at line 1106 of file pycode.cpp.
| void PyVariableContext::clear | ( | ) | [inline] |
| void PyVariableContext::clearExceptGlobal | ( | ) | [inline] |
Definition at line 1120 of file pycode.cpp.
| void PyVariableContext::addVariable | ( | const QCString & | type, | |
| const QCString & | name | |||
| ) |
Definition at line 1133 of file pycode.cpp.
References SDict< T >::append(), dummyContext, getResolvedClass(), and QCString.
| ClassDef * PyVariableContext::findVariable | ( | const QCString & | name | ) |
const ClassDef * PyVariableContext::dummyContext [static] |
1.5.1