|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICPPASTUsingDeclaration
This interface represents a using declaration.
| Field Summary | |
|---|---|
static ASTNodeProperty |
NAME
NAME is the qualified name brought into scope. |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTDeclaration |
|---|
EMPTY_DECLARATION_ARRAY |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
EMPTY_NODE_ARRAY |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
|---|
r_declaration, r_definition, r_reference, r_unclear |
| Method Summary | |
|---|---|
ICPPASTUsingDeclaration |
copy()
Returns a mutable copy of the tree rooted at this node. |
IASTName |
getName()
Get the name. |
boolean |
isTypename()
Set that the typename keyword was/wasn't used. |
void |
setIsTypename(boolean value)
Was the typename keyword used? |
void |
setName(IASTName name)
Set the name. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
|---|
getRoleForName |
| Field Detail |
|---|
static final ASTNodeProperty NAME
NAME is the qualified name brought into scope.
| Method Detail |
|---|
void setIsTypename(boolean value)
value - booleanboolean isTypename()
IASTName getName()
IASTNamevoid setName(IASTName name)
name - IASTNameICPPASTUsingDeclaration copy()
IASTNode
copy.getParent() == null
copy.getPropertyInParent() == null
copy.isFrozen() == false
Preprocessor nodes do not currently support being copied.
Implicit name nodes are not copied, instead they can be regenerated
if required.
copy in interface IASTDeclarationcopy in interface IASTNode
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||