Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCapture

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

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.