|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDirective
A Makefile can contain rules, macro definitons and comments. They are call directives.
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. |
java.lang.String |
toString()
|
Method Detail |
---|
IDirective getParent()
int getStartLine()
int getEndLine()
java.lang.String getFileName()
java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |