org.eclipse.cdt.core.dom.ast
Interface IASTPreprocessorUndefStatement
- All Superinterfaces:
- IASTNode, IASTPreprocessorStatement
- public interface IASTPreprocessorUndefStatement
- extends IASTPreprocessorStatement
This interface represents a preprocessor #undef statement.
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
MACRO_NAME
public static final ASTNodeProperty MACRO_NAME
getMacroName
public IASTName getMacroName()
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.