Eneboo - Documentación para desarrolladores
|
#include <qsnodes.h>
Métodos públicos | |
QSFuncDeclNode (const QString &i, QSParameterNode *p, QSTypeNode *t, QSFunctionBodyNode *b) | |
void | setAttributes (QSAttributeNode *a) |
QSObject | execute (QSEnv *) |
const QString | identifier () const |
bool | deref () |
void | ref () |
, including | |
Resolves the globally qualified name of package / class / function resolution. | |
void | check (QSCheckData *) |
QSFuncDeclNode::QSFuncDeclNode | ( | const QString & | i, |
QSParameterNode * | p, | ||
QSTypeNode * | t, | ||
QSFunctionBodyNode * | b | ||
) | [inline] |
void QSFuncDeclNode::check | ( | QSCheckData * | c | ) | [virtual] |
Implementa QSStatementNode.
Implementa QSStatementNode.
const QString QSFuncDeclNode::identifier | ( | ) | const [inline] |
void QSFuncDeclNode::ref | ( | ) | [virtual] |
Reimplementado de QSNode.
void QSFuncDeclNode::setAttributes | ( | QSAttributeNode * | a | ) | [inline] |