public interface IASTPreprocessorIfndefStatement extends IASTPreprocessorStatement
IASTNode.CopyStyleMACRO_NAMEEMPTY_NODE_ARRAY| Modifier and Type | Method and Description |
|---|---|
char[] |
getCondition()
Returns the condition of the ifndef-statement.
|
IASTName |
getMacroReference()
Returns the macro reference, or
null if the macro does not exist. |
boolean |
taken()
Returns whether this branch was taken.
|
accept, contains, copy, copy, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParentboolean taken()
char[] getCondition()
IASTName getMacroReference()
null if the macro does not exist.