Eclipse CDT
Pre-release 3.0

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

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

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

Fields in org.eclipse.cdt.core.dom.ast declared as IField
static IField[] IField.EMPTY_FIELD_ARRAY
           
 

Methods in org.eclipse.cdt.core.dom.ast that return IField
 IField ICompositeType.findField(String name)
          returns the field that matches name, or null if there is no such field.
 IField[] ICompositeType.getFields()
          Returns the fields for this type.
 

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

Subinterfaces of IField in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPField
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return IField
 IField ICPPClassType.findField(String name)
          findField is restated here to point out that this method looks through the inheritance tree of this class while looking for a field with the given name If no field is found, null is returned, if the name is found to be ambiguous a IProblemBinding is returned.
 IField[] ICPPClassType.getFields()
          Get fields is restated here just to point out that this method returns a list of ICPPField objects representing all fields, declared or inherited.
 


Eclipse CDT
Pre-release 3.0

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