Visiting Nodes

Guido Chari charig at gmail.com
Fri May 1 15:17:54 UTC 2015


Hi,

I am extending TruffleSOM and i need a post-processing over the AST. I
would like to implement a visitor that add nodes with my particular
behavior after compilation. But then i realized the accept method on Node
is declared as final. Wouldn't it be better to allow subclassing the accept?

Best,
Guido.


More information about the graal-dev mailing list