add method parameters, public instance field access, invocation arguments
authorJürg Billeter <j@bitron.ch>
Thu, 18 May 2006 18:12:23 +0000 (18:12 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Thu, 18 May 2006 18:12:23 +0000 (18:12 +0000)
commit94ab84e3ffbceae8a815309bfcf68759def37c10
tree33918f8cf95a659f1e7a8f2da287a3a3e103fe17
parent16122da163cb12969eb2aee2d46cb6d15fb1bd64
add method parameters, public instance field access, invocation arguments

2006-05-18  Jürg Billeter  <j@bitron.ch>

* vala/valacodegenerator.vala: add method parameters, public instance
  field access, invocation arguments
* vala/valamethod.vala: add get_parameters method
* ccode/valaccodeformalparameter.vala
* ccode/valaccodefunction.vala: use CCodeFormalParameter
* ccode/valaccodememberaccess.vala
* valac/scanner.l: support ASSIGN_BITWISE_OR, BITWISE_OR
* valac/parser.y: support bitwise or
* valac/context.h: support bitwise or
* valac/generator.c: support bitwise or

svn path=/trunk/; revision=27
vala/ccode/valaccodeformalparameter.vala [new file with mode: 0644]
vala/ccode/valaccodefunction.vala
vala/ccode/valaccodememberaccess.vala [new file with mode: 0644]
vala/vala/valacodegenerator.vala
vala/vala/valamethod.vala
vala/valac/context.h
vala/valac/generator.c
vala/valac/parser.y
vala/valac/scanner.l