|
Eclipse CDT 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IASTPointerOperator | |
|---|---|
| org.eclipse.cdt.core.dom.ast | |
| org.eclipse.cdt.core.dom.ast.c | |
| org.eclipse.cdt.core.dom.ast.cpp | |
| org.eclipse.cdt.core.dom.ast.gnu.cpp | |
| Uses of IASTPointerOperator in org.eclipse.cdt.core.dom.ast |
|---|
| Subinterfaces of IASTPointerOperator in org.eclipse.cdt.core.dom.ast | |
|---|---|
interface |
IASTPointer
This represents the good ol' * pointer operator. |
| Fields in org.eclipse.cdt.core.dom.ast declared as IASTPointerOperator | |
|---|---|
static IASTPointerOperator[] |
IASTPointerOperator.EMPTY_ARRAY
Constant/sentinel. |
| Methods in org.eclipse.cdt.core.dom.ast that return IASTPointerOperator | |
|---|---|
IASTPointerOperator |
IASTPointerOperator.copy()
|
IASTPointerOperator |
IASTPointerOperator.copy(IASTNode.CopyStyle style)
|
IASTPointerOperator[] |
IASTDeclarator.getPointerOperators()
This is the list of pointer operators applied to the type for the declarator. |
| Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTPointerOperator | |
|---|---|
void |
IASTDeclarator.addPointerOperator(IASTPointerOperator operator)
Adds a pointer operator to the declarator. |
int |
ASTVisitor.leave(IASTPointerOperator ptrOperator)
|
int |
ASTGenericVisitor.leave(IASTPointerOperator ptrOperator)
|
int |
ASTVisitor.visit(IASTPointerOperator ptrOperator)
|
int |
ASTGenericVisitor.visit(IASTPointerOperator ptrOperator)
|
| Uses of IASTPointerOperator in org.eclipse.cdt.core.dom.ast.c |
|---|
| Subinterfaces of IASTPointerOperator in org.eclipse.cdt.core.dom.ast.c | |
|---|---|
interface |
ICASTPointer
C-specific pointer. |
| Uses of IASTPointerOperator in org.eclipse.cdt.core.dom.ast.cpp |
|---|
| Subinterfaces of IASTPointerOperator in org.eclipse.cdt.core.dom.ast.cpp | |
|---|---|
interface |
ICPPASTPointerToMember
This is a pointer to member pointer operator for declarators. |
interface |
ICPPASTReferenceOperator
This is C++'s reference operator, i.e. &, used in a declarator. |
| Uses of IASTPointerOperator in org.eclipse.cdt.core.dom.ast.gnu.cpp |
|---|
| Subinterfaces of IASTPointerOperator in org.eclipse.cdt.core.dom.ast.gnu.cpp | |
|---|---|
interface |
IGPPASTPointer
Deprecated. Use IASTPointer, instead. |
interface |
IGPPASTPointerToMember
Deprecated. Use ICPPASTPointerToMember, instead. |
|
Eclipse CDT 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||