org.eclipse.cdt.make.internal.core.makefile
Class EmptyLine

java.lang.Object
  extended by org.eclipse.cdt.make.internal.core.makefile.Directive
      extended by org.eclipse.cdt.make.internal.core.makefile.EmptyLine
All Implemented Interfaces:
IDirective, IEmptyLine

public class EmptyLine
extends Directive
implements IEmptyLine


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

NL

public static final char NL
See Also:
Constant Field Values

NL_STRING

public static final java.lang.String NL_STRING
See Also:
Constant Field Values
Constructor Detail

EmptyLine

public EmptyLine(Directive parent)
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface IDirective
Specified by:
toString in class Directive

equals

public boolean equals(IEmptyLine stmt)