|
||||||||||
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
org.eclipse.cdt.make.internal.core.makefile.EmptyLine
public class EmptyLine
Field Summary | |
---|---|
static char |
NL
|
static java.lang.String |
NL_STRING
|
Constructor Summary | |
---|---|
EmptyLine(Directive parent)
|
Method Summary | |
---|---|
boolean |
equals(IEmptyLine stmt)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.cdt.make.internal.core.makefile.Directive |
---|
getEndLine, getFileName, getParent, getStartLine, setEndLine, setFilename, setLines, setParent, setStartLine |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.cdt.make.core.makefile.IDirective |
---|
getEndLine, getFileName, getParent, getStartLine |
Field Detail |
---|
public static final char NL
public static final java.lang.String NL_STRING
Constructor Detail |
---|
public EmptyLine(Directive parent)
Method Detail |
---|
public java.lang.String toString()
toString
in interface IDirective
toString
in class Directive
public boolean equals(IEmptyLine stmt)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |