Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Method and Description |
---|---|
int |
ASTVisitor.leave(ICPPASTCapture capture) |
int |
ASTGenericVisitor.leave(ICPPASTCapture capture) |
int |
ASTVisitor.visit(ICPPASTCapture capture) |
int |
ASTGenericVisitor.visit(ICPPASTCapture capture) |
Modifier and Type | Method and Description |
---|---|
ICPPASTCapture |
ICPPASTCapture.copy() |
ICPPASTCapture |
ICPPASTCapture.copy(IASTNode.CopyStyle style) |
ICPPASTCapture[] |
ICPPASTLambdaExpression.getCaptures()
Returns the array of captures for this lambda expression.
|
ICPPASTCapture |
ICPPNodeFactory.newCapture() |
Modifier and Type | Method and Description |
---|---|
void |
ICPPASTLambdaExpression.addCapture(ICPPASTCapture capture)
Not allowed on frozen AST.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.