new tree node

Jonathan Gibbons jonathan.gibbons at oracle.com
Tue May 7 16:45:22 PDT 2013


Werner,

If you add a new tree node in JCTree, you must add a corresponding new 
node in com.sun.source.tree. It is not enough to simply create 
JCReceiverVariableDecl be a subtype of JCVariableDecl :-(

-- Jon




More information about the type-annotations-dev mailing list