|
Eclipse CDT Pre-release 3.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
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 | |
|---|---|
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, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
|---|
getRoleForName |
| Field Detail |
public static final ASTNodeProperty NAME
NAME is the qualified name brought into scope.
| Method Detail |
public void setIsTypename(boolean value)
value - booleanpublic boolean isTypename()
public IASTName getName()
IASTNamepublic void setName(IASTName name)
name - IASTName
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||