org.eclipse.cdt.make.core.makefile.gnu
Interface IInclude

All Superinterfaces:
IDirective, IParent
All Known Implementing Classes:
Include

public interface IInclude
extends IParent


Method Summary
 java.lang.String[] getFilenames()
           
 
Methods inherited from interface org.eclipse.cdt.make.core.makefile.IParent
getDirectives
 
Methods inherited from interface org.eclipse.cdt.make.core.makefile.IDirective
getEndLine, getFileName, getParent, getStartLine, toString
 

Method Detail

getFilenames

java.lang.String[] getFilenames()