aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-10-30 18:29:19 -0200
committerHugo Lima <hugo.lima@openbossa.org>2009-10-30 19:48:22 -0200
commite0a5b65fd9213f77eabf95fcd25b591e3d7966c0 (patch)
tree86ab580e59ca8261dc313a4c45ce84495442193c /typesystem.h
parentfd82ee68418264b9b88f1c32411b8c6bbcc03c76 (diff)
Added convenience method AbstractMetaFunction::injectedCodeSnips.
It returns all code snips in a function.
Diffstat (limited to 'typesystem.h')
-rw-r--r--typesystem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/typesystem.h b/typesystem.h
index 420c7c09e..5e1220639 100644
--- a/typesystem.h
+++ b/typesystem.h
@@ -242,7 +242,8 @@ public:
Declaration,
PrototypeInitialization,
ConstructorInitialization,
- Constructor
+ Constructor,
+ Any
};
CodeSnip() : language(TypeSystem::TargetLangCode) { }