|
Eclipse CDT 7.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICPPASTCapture | |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.cpp |
Uses of ICPPASTCapture in org.eclipse.cdt.core.dom.ast |
---|
Methods in org.eclipse.cdt.core.dom.ast with parameters of type ICPPASTCapture | |
---|---|
int |
ASTVisitor.leave(ICPPASTCapture capture)
|
int |
ASTGenericVisitor.leave(ICPPASTCapture capture)
|
int |
ASTVisitor.visit(ICPPASTCapture capture)
|
int |
ASTGenericVisitor.visit(ICPPASTCapture capture)
|
Uses of ICPPASTCapture in org.eclipse.cdt.core.dom.ast.cpp |
---|
Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPASTCapture | |
---|---|
ICPPASTCapture |
ICPPASTCapture.copy()
|
ICPPASTCapture |
ICPPASTCapture.copy(IASTNode.CopyStyle style)
|
ICPPASTCapture[] |
ICPPASTLambdaExpression.getCaptures()
Returns the array of captures for this lambda expression. |
ICPPASTCapture |
ICPPNodeFactory.newCapture()
|
Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type ICPPASTCapture | |
---|---|
void |
ICPPASTLambdaExpression.addCapture(ICPPASTCapture capture)
Not allowed on frozen AST. |
|
Eclipse CDT 7.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |