Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPASTFunctionTryBlockDeclarator
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ICPPASTFunctionDeclarator |
ICPPASTFunctionDeclarator.copy() |
ICPPASTFunctionDeclarator |
ICPPASTFunctionDeclarator.copy(IASTNode.CopyStyle style) |
ICPPASTFunctionDeclarator |
ICPPASTLambdaExpression.getDeclarator()
Returns the lambda declarator for this lambda expression, or
null
in case it was not specified. |
ICPPASTFunctionDeclarator |
ICPPNodeFactory.newFunctionDeclarator(IASTName name) |
Modifier and Type | Method and Description |
---|---|
void |
ICPPASTLambdaExpression.setDeclarator(ICPPASTFunctionDeclarator dtor)
Not allowed on frozen AST.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.