org.eclipse.cdt.make.internal.core.makefile
Class Parent
java.lang.Object
org.eclipse.cdt.make.internal.core.makefile.Directive
org.eclipse.cdt.make.internal.core.makefile.Parent
- All Implemented Interfaces:
- IDirective, IParent
- Direct Known Subclasses:
- AbstractMakefile, Conditional, Include, Rule
public abstract class Parent
- extends Directive
- implements IParent
IParent
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Parent
public Parent(Directive parent)
getDirectives
public IDirective[] getDirectives(boolean expand)
getDirectives
public IDirective[] getDirectives()
- Specified by:
getDirectives
in interface IParent
addDirective
public void addDirective(Directive directive)
addDirectives
public void addDirectives(Directive[] directives)
clearDirectives
public void clearDirectives()
getStatements
public Directive[] getStatements()
toString
public java.lang.String toString()
- Specified by:
toString
in interface IDirective
- Specified by:
toString
in class Directive