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

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

public class Comment
extends Directive
implements IComment


Field Summary
 
Fields inherited from interface org.eclipse.cdt.make.core.makefile.IComment
POUND, POUND_STRING
 
Constructor Summary
Comment(Directive parent, java.lang.String cmt)
           
 
Method Summary
 boolean equals(Comment cmt)
           
 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
 

Constructor Detail

Comment

public Comment(Directive parent,
               java.lang.String cmt)
Method Detail

toString

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

equals

public boolean equals(Comment cmt)