|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.make.internal.core.makefile.Directive
org.eclipse.cdt.make.internal.core.makefile.Parent
org.eclipse.cdt.make.internal.core.makefile.gnu.Conditional
org.eclipse.cdt.make.internal.core.makefile.gnu.Ifeq
public class Ifeq
Constructor Summary | |
---|---|
Ifeq(Directive parent,
java.lang.String cond)
|
Method Summary | |
---|---|
boolean |
isIfeq()
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.cdt.make.internal.core.makefile.gnu.Conditional |
---|
getArg1, getArg2, getConditional, isElse, isEndif, isIfdef, isIfndef, isIfneq |
Methods inherited from class org.eclipse.cdt.make.internal.core.makefile.Parent |
---|
addDirective, addDirectives, clearDirectives, getDirectives, getDirectives, getStatements |
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 |
---|
public Ifeq(Directive parent, java.lang.String cond)
Method Detail |
---|
public boolean isIfeq()
isIfeq
in interface IConditional
isIfeq
in class Conditional
public java.lang.String toString()
toString
in interface IDirective
toString
in class Parent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |