Hi, I wrote a piace of code like this:

class testVisitor = object(self)
     inherit nopCilVisitor

     method vinst (i:instr) =
          match i with
          | Call ( ret,Lval(Var vi,NoOffset),args,l) -> begin
          Printf.printf "-> %s" vi.vname
          end; DoChildren
end

let feature....

It's works and i can see the name of the function. Now i would inspect
the type,value,name and other attributes on args of function. How can
i do it?

Thanks

Alberto

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to