Package | Description |
---|---|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
IASTPointer
This represents the good ol' * pointer operator.
|
Modifier and Type | Field and Description |
---|---|
static IASTPointerOperator[] |
IASTPointerOperator.EMPTY_ARRAY
Constant/sentinel.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Interface and Description |
---|---|
interface |
ICASTPointer
C-specific pointer.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IGPPASTPointer
Deprecated.
Use
IASTPointer , instead. |
interface |
IGPPASTPointerToMember
Deprecated.
Use
ICPPASTPointerToMember , instead. |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.