public interface IASTPreprocessorIfndefStatement extends IASTPreprocessorStatement
IASTNode.CopyStyle
MACRO_NAME
EMPTY_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, setPropertyInParent
boolean taken()
char[] getCondition()
IASTName getMacroReference()
null
if the macro does not exist.