#include <compiler.h>

Public Member Functions | |
| DeclarationContext (const DeclarationContext &dc) | |
| DeclarationContext () | |
| DeclarationContext & | operator= (const DeclarationContext &other) |
| DeclarationContext & | setAssign () |
| DeclarationContext & | setClassBody () |
| DeclarationContext & | setFunctionBody () |
| DeclarationContext & | setGlobalBody () |
| DeclarationContext & | setGlobalQuery () |
| DeclarationContext & | setNonStatic () |
| DeclarationContext & | setQuery () |
| DeclarationContext & | setStatic () |
| Falcon::DeclarationContext::DeclarationContext | ( | ) | [inline] |
| Falcon::DeclarationContext::DeclarationContext | ( | const DeclarationContext & | dc | ) | [inline] |
References m_value.
| DeclarationContext& Falcon::DeclarationContext::operator= | ( | const DeclarationContext & | other | ) | [inline] |
References m_value.
| DeclarationContext& Falcon::DeclarationContext::setAssign | ( | ) | [inline] |
| DeclarationContext& Falcon::DeclarationContext::setClassBody | ( | ) | [inline] |
| DeclarationContext& Falcon::DeclarationContext::setFunctionBody | ( | ) | [inline] |
| DeclarationContext& Falcon::DeclarationContext::setGlobalBody | ( | ) | [inline] |
| DeclarationContext& Falcon::DeclarationContext::setGlobalQuery | ( | ) | [inline] |
| DeclarationContext& Falcon::DeclarationContext::setNonStatic | ( | ) | [inline] |
| DeclarationContext& Falcon::DeclarationContext::setQuery | ( | ) | [inline] |
| DeclarationContext& Falcon::DeclarationContext::setStatic | ( | ) | [inline] |
1.5.8