|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.make.internal.core.makefile.Directive
public abstract class Directive
Constructor Summary | |
---|---|
Directive(Directive owner)
|
|
Directive(int start,
int end)
|
Method Summary | |
---|---|
int |
getEndLine()
The ending line number of this directive. |
java.lang.String |
getFileName()
Returns the filename where the directive was found. |
IDirective |
getParent()
Returns the parent of this directive, null if none. |
int |
getStartLine()
The starting line number of this directive. |
void |
setEndLine(int lineno)
|
void |
setFilename(java.lang.String name)
|
void |
setLines(int start,
int end)
|
void |
setParent(Directive owner)
|
void |
setStartLine(int lineno)
|
abstract java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Directive(Directive owner)
public Directive(int start, int end)
Method Detail |
---|
public abstract java.lang.String toString()
toString
in interface IDirective
toString
in class java.lang.Object
public int getEndLine()
IDirective
getEndLine
in interface IDirective
public int getStartLine()
IDirective
getStartLine
in interface IDirective
public IDirective getParent()
IDirective
getParent
in interface IDirective
public java.lang.String getFileName()
IDirective
getFileName
in interface IDirective
public void setParent(Directive owner)
public void setStartLine(int lineno)
public void setEndLine(int lineno)
public void setLines(int start, int end)
public void setFilename(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |