org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPASTUsingDirective
- All Superinterfaces:
- IASTDeclaration, IASTNameOwner, IASTNode
public interface ICPPASTUsingDirective
- extends IASTDeclaration, IASTNameOwner
This interface represents a C++ using directive.
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
EMPTY_USINGDIRECTIVE_ARRAY
static final ICPPASTUsingDirective[] EMPTY_USINGDIRECTIVE_ARRAY
- Constant.
QUALIFIED_NAME
static final ASTNodeProperty QUALIFIED_NAME
QUALIFIED_NAME
is the name that is brought into local
scope.
getQualifiedName
IASTName getQualifiedName()
- Get the qualified name.
- Returns:
IASTName
setQualifiedName
void setQualifiedName(IASTName qualifiedName)
- Set the qualified name.
- Parameters:
qualifiedName
- IASTName
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.