KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > net > sourceforge > pmd > ast > CompilationUnit


1 package net.sourceforge.pmd.ast;
2
3 /**
4  * Marker interface for root nodes of the AST of compilation units in source files.
5  *
6  * @author pieter_van_raemdonck - Application Engineers NV/SA - www.ae.be
7  */

8 public interface CompilationUnit {
9
10 }
11
Popular Tags