1 /***
2 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
3 */
4 package net.sourceforge.pmd.symboltable;
5
6 public interface NameDeclaration {
7 String getImage();
8 Scope getScope();
9 }
This page was automatically generated by Maven