01: package net.sourceforge.pmd.ast; 02: 03: /** 04: * Marker interface for root nodes of the AST of compilation units in source files. 05: * 06: * @author pieter_van_raemdonck - Application Engineers NV/SA - www.ae.be 07: */ 08: public interface CompilationUnit { 09: 10: }