Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPASTArrayDeclarator
Array declarator for C++
|
interface |
ICPPASTFieldDeclarator
Field declarator for c++.
|
interface |
ICPPASTFunctionDeclarator
C++ adds a few things to function declarators.
|
interface |
ICPPASTFunctionTryBlockDeclarator
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ICPPASTDeclarator |
ICPPASTParameterDeclaration.getDeclarator() |
ICPPASTDeclarator |
ICPPASTInitCapture.getDeclarator() |
ICPPASTDeclarator |
ICPPNodeFactory.newDeclarator(IASTName name) |
Modifier and Type | Method and Description |
---|---|
ICPPASTInitCapture |
ICPPNodeFactory.newInitCapture(ICPPASTDeclarator declarator) |
void |
ICPPASTInitCapture.setDeclarator(ICPPASTDeclarator declarator) |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.