org.eclipse.cdt.make.core.makefile
Interface IComment

All Superinterfaces:
IDirective
All Known Implementing Classes:
Comment

public interface IComment
extends IDirective

Comments start with '#' and until the end of the line.


Field Summary
static char POUND
           
static java.lang.String POUND_STRING
           
 
Method Summary
 
Methods inherited from interface org.eclipse.cdt.make.core.makefile.IDirective
getEndLine, getFileName, getParent, getStartLine, toString
 

Field Detail

POUND

static final char POUND
See Also:
Constant Field Values

POUND_STRING

static final java.lang.String POUND_STRING
See Also:
Constant Field Values