1: package org.acm.seguin.pmd.symboltable; 2: 3: public interface NameDeclaration { 4: String getImage(); 5: 6: Scope getScope(); 7: }