scool r106: Add reference files for tests on inheritance

URL: https://svn.lrde.epita.fr/svn/scool/branches/scool-ng ChangeLog: 2008-10-06 Maxime van Noppen <yabo@lrde.epita.fr> Add reference files for tests on inheritance * class/c++_ast/inheritance_001.aterm: New. * class/c++_ast/inheritance_002.aterm: New. * class/c++_ast/inheritance_004.aterm: New. inheritance_001.aterm | 1 + inheritance_002.aterm | 1 + inheritance_004.aterm | 1 + 3 files changed, 3 insertions(+) Index: branches/scool-ng/tests/class/c++_ast/inheritance_001.aterm =================================================================== --- branches/scool-ng/tests/class/c++_ast/inheritance_001.aterm (revision 0) +++ branches/scool-ng/tests/class/c++_ast/inheritance_001.aterm (revision 106) @@ -0,0 +1 @@ +CxxProgram([CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Bar"),[],[]),CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Foo"),("public",StaticFunctionCall(Identifier("Bar"),Parameters([Identifier("Exact")]))),[])]) Index: branches/scool-ng/tests/class/c++_ast/inheritance_002.aterm =================================================================== --- branches/scool-ng/tests/class/c++_ast/inheritance_002.aterm (revision 0) +++ branches/scool-ng/tests/class/c++_ast/inheritance_002.aterm (revision 106) @@ -0,0 +1 @@ +CxxProgram([CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Animal"),[],[]),CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Mammal"),("public",StaticFunctionCall(Identifier("Animal"),Parameters([Identifier("Exact")]))),[]),CxxClassDecl([],CxxId("Monkey"),("public",StaticFunctionCall(Identifier("Mammal"),Parameters([Identifier("Monkey")]))),[])]) Index: branches/scool-ng/tests/class/c++_ast/inheritance_004.aterm =================================================================== --- branches/scool-ng/tests/class/c++_ast/inheritance_004.aterm (revision 0) +++ branches/scool-ng/tests/class/c++_ast/inheritance_004.aterm (revision 106) @@ -0,0 +1 @@ +CxxProgram([CxxClassDecl([(CxxType("typename"),"Exact")],CxxId("Cat"),("public",StaticFunctionCall(Identifier("Foo"),Parameters([Identifier("Exact"),Integer("42")]))),[])]) -- \__/ \__/ (00) Maxime `yabo` van Noppen (00) ___) \ Epita 2009 / (___ (_____/ \_____)
participants (1)
-
Maxime van Noppen