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