Eclipse CDT
7.0

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

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

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

Subinterfaces of IVariable in org.eclipse.cdt.core.dom.ast
 interface IField
           
 interface IParameter
          Represents a parameter to a function.
 

Fields in org.eclipse.cdt.core.dom.ast declared as IVariable
static IVariable[] IVariable.EMPTY_VARIABLE_ARRAY
           
 

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

Subinterfaces of IVariable in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPField
           
 interface ICPPParameter
           
 interface ICPPTemplateNonTypeParameter
          Interface for template non type parameters.
 interface ICPPVariable
           
 


Eclipse CDT
7.0

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