org.eclipse.cdt.make.core.makefile.gnu
Interface ITerminal

All Superinterfaces:
IDirective
All Known Implementing Classes:
Endef, Endif, Terminal

public interface ITerminal
extends IDirective

ITerminal finish a block.


Method Summary
 boolean isEndef()
           
 boolean isEndif()
           
 
Methods inherited from interface org.eclipse.cdt.make.core.makefile.IDirective
getEndLine, getFileName, getParent, getStartLine, toString
 

Method Detail

isEndef

boolean isEndef()

isEndif

boolean isEndif()