| Package | Description |
|---|---|
| org.eclipse.cdt.core.dom.ast.cpp |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICPPASTConversionName
This interface represents a C++ conversion member function.
|
interface |
ICPPASTOperatorName
This interface represents a C++ overloaded operator member function name.
|
interface |
ICPPASTQualifiedName
This interface is a qualified name in C++.
|
interface |
ICPPASTTemplateId |
| Modifier and Type | Method and Description |
|---|---|
ICPPASTName |
ICPPASTName.copy() |
ICPPASTName |
ICPPASTName.copy(IASTNode.CopyStyle style) |
ICPPASTName |
ICPPNodeFactory.newName() |
ICPPASTName |
ICPPNodeFactory.newName(char[] name) |
| Modifier and Type | Method and Description |
|---|---|
ICPPASTQualifiedName |
ICPPNodeFactory.newQualifiedName(ICPPASTName name)
Creates a
ICPPASTQualifiedName. |
void |
ICPPASTQualifiedName.setLastName(ICPPASTName name)
Sets the last name.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.