Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
IBinding, IVariable
All Known Subinterfaces:
ICPPField

public interface IField
extends IVariable


Field Summary
static IField[] EMPTY_FIELD_ARRAY
           
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
 
Method Summary
 ICompositeType getCompositeTypeOwner()
          Returns the composite type that owns the field.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IVariable
getType, isAuto, isExtern, isRegister, isStatic
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
getLinkage, getName, getNameCharArray, getScope
 

Field Detail

EMPTY_FIELD_ARRAY

public static final IField[] EMPTY_FIELD_ARRAY
Method Detail

getCompositeTypeOwner

public ICompositeType getCompositeTypeOwner()
                                     throws DOMException
Returns the composite type that owns the field.

Throws:
DOMException
Since:
4.0

Eclipse CDT
Pre-release 3.0

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