org.eclipse.cdt.make.internal.core.makefile.gnu
Class Include
java.lang.Object
org.eclipse.cdt.make.internal.core.makefile.Directive
org.eclipse.cdt.make.internal.core.makefile.Parent
org.eclipse.cdt.make.internal.core.makefile.gnu.Include
- All Implemented Interfaces:
- IInclude, IDirective, IParent
public class Include
- extends Parent
- implements IInclude
Constructor Summary |
Include(Directive parent,
java.lang.String[] files,
java.lang.String[] directories)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Include
public Include(Directive parent,
java.lang.String[] files,
java.lang.String[] directories)
toString
public java.lang.String toString()
- Specified by:
toString
in interface IDirective
- Overrides:
toString
in class Parent
getFilenames
public java.lang.String[] getFilenames()
- Specified by:
getFilenames
in interface IInclude
getDirectives
public IDirective[] getDirectives()
- Specified by:
getDirectives
in interface IParent
- Overrides:
getDirectives
in class Parent