Eclipse CDT
Pre-release 3.0

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

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

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

Fields in org.eclipse.cdt.core.dom.ast.cpp declared as ICPPClassType
static ICPPClassType[] ICPPClassType.EMPTY_CLASS_ARRAY
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPClassType
 ICPPClassType ICPPClassScope.getClassType()
          Get the binding for the class this scope is associated with
 ICPPClassType[] ICPPClassType.getNestedClasses()
          return an array of nested classes/structures
 ICPPClassType ICPPPointerToMemberType.getMemberOfClass()
          Get the class to whose members this points to
 ICPPClassType ICPPMember.getClassOwner()
           
 


Eclipse CDT
Pre-release 3.0

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