Eclipse CDT
Pre-release 3.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[] IASTStandardFunctionDeclarator.getParameters()
          Gets the parameter declarations for the function
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTParameterDeclaration
 void IASTStandardFunctionDeclarator.addParameterDeclaration(IASTParameterDeclaration parameter)
          Add a parameter.
 int ASTVisitor.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
Pre-release 3.0

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