RootNode.java
1 package net.sourceforge.pmd.lang.ast;
2 
3 /**
4  * This interface can be used to tag the root node of various ASTs.
5  */
6 public interface RootNode {
7 }