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

All Superinterfaces:
IDirective
All Known Implementing Classes:
Conditional, Else, Ifdef, Ifeq, Ifndef, Ifneq

public interface IConditional
extends IDirective


Method Summary
 java.lang.String getArg1()
           
 java.lang.String getArg2()
           
 java.lang.String getConditional()
           
 boolean isElse()
           
 boolean isIfdef()
           
 boolean isIfeq()
           
 boolean isIfndef()
           
 boolean isIfneq()
           
 
Methods inherited from interface org.eclipse.cdt.make.core.makefile.IDirective
getEndLine, getFileName, getParent, getStartLine, toString
 

Method Detail

getConditional

java.lang.String getConditional()

getArg1

java.lang.String getArg1()

getArg2

java.lang.String getArg2()

isIfdef

boolean isIfdef()

isIfndef

boolean isIfndef()

isIfeq

boolean isIfeq()

isIfneq

boolean isIfneq()

isElse

boolean isElse()