|
|||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
CompilationUnit.java | - | - | - | - |
|
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 | } |
|