Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IASTParameterDeclaration

Packages that use IASTParameterDeclaration
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of IASTParameterDeclaration in org.eclipse.cdt.core.dom.ast
 

Fields in org.eclipse.cdt.core.dom.ast declared as IASTParameterDeclaration
static IASTParameterDeclaration[] IASTParameterDeclaration.EMPTY_PARAMETERDECLARATION_ARRAY
          Constant/sentinel.
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTParameterDeclaration
 IASTParameterDeclaration IASTParameterDeclaration.copy()
           
 IASTParameterDeclaration IASTParameterDeclaration.copy(IASTNode.CopyStyle style)
           
 IASTParameterDeclaration[] IASTStandardFunctionDeclarator.getParameters()
          Gets the parameter declarations for the function
 IASTParameterDeclaration INodeFactory.newParameterDeclaration(IASTDeclSpecifier declSpec, IASTDeclarator declarator)
           
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTParameterDeclaration
 void IASTStandardFunctionDeclarator.addParameterDeclaration(IASTParameterDeclaration parameter)
          Add a parameter.
 int ASTVisitor.leave(IASTParameterDeclaration parameterDeclaration)
           
 int ASTGenericVisitor.leave(IASTParameterDeclaration parameterDeclaration)
           
 int ASTVisitor.visit(IASTParameterDeclaration parameterDeclaration)
           
 int ASTGenericVisitor.visit(IASTParameterDeclaration parameterDeclaration)
           
 

Uses of IASTParameterDeclaration in org.eclipse.cdt.core.dom.ast.cpp
 

Subinterfaces of IASTParameterDeclaration in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTParameterDeclaration
           
 


Eclipse CDT
7.0

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