org.eclipse.cdt.make.core.makefile
Interface IParent

All Superinterfaces:
IDirective
All Known Subinterfaces:
IDefaultRule, IDeleteOnErrorRule, IExportAllVariablesRule, IGNUMakefile, IIgnoreRule, IInclude, IInferenceRule, IIntermediateRule, ILowResolutionTimeRule, IMakefile, INotParallelRule, IPhonyRule, IPosixRule, IPreciousRule, IRule, ISccsGetRule, ISecondaryRule, ISilentRule, ISpecialRule, ISuffixesRule, ITargetRule
All Known Implementing Classes:
AbstractMakefile, Conditional, DefaultRule, DeleteOnErrorRule, Else, ExportAllVariablesRule, GNUMakefile, GNUTargetRule, Ifdef, Ifeq, Ifndef, Ifneq, IgnoreRule, Include, InferenceRule, IntermediateRule, LowResolutionTimeRule, NotParallelRule, NullMakefile, Parent, PhonyRule, PosixMakefile, PosixRule, PreciousRule, Rule, SccsGetRule, SecondaryRule, SilentRule, SpecialRule, StaticTargetRule, SuffixesRule, TargetRule

public interface IParent
extends IDirective

IParent


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

Method Detail

getDirectives

IDirective[] getDirectives()