/* -*-Java-*- */ aspect Misc { syn Start ASTNode.goStart() = getParent().goStart(); eq Start.goStart() = this; }