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, setParent, setPropertyInParent |
EMPTY_USINGDIRECTIVE_ARRAY
public static final ICPPASTUsingDirective[] EMPTY_USINGDIRECTIVE_ARRAY
- Constant.
QUALIFIED_NAME
public static final ASTNodeProperty QUALIFIED_NAME
QUALIFIED_NAME
is the name that is brought into local
scope.
getQualifiedName
public IASTName getQualifiedName()
- Get the qualified name.
- Returns:
IASTName
setQualifiedName
public void setQualifiedName(IASTName qualifiedName)
- Set the qualified name.
- Parameters:
qualifiedName
- IASTName
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.