Eclipse CDT
Pre-release 3.0

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

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

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

Fields in org.eclipse.cdt.core.dom.ast declared as IParameter
static IParameter[] IParameter.EMPTY_PARAMETER_ARRAY
           
 

Methods in org.eclipse.cdt.core.dom.ast that return IParameter
 IParameter[] IFunction.getParameters()
          This gets the parameters to the function
 

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

Subinterfaces of IParameter in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPParameter
           
 


Eclipse CDT
Pre-release 3.0

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