001    package javafe.ast;
002    
003    public interface IdPragma {
004    
005            Identifier id();
006    }