1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 11:55:40 +02:00

extends IVariableDeclaration

This commit is contained in:
Alain Magloire 2003-02-02 01:01:36 +00:00
parent 63e87a6178
commit 7a60d1d167

View file

@ -8,7 +8,7 @@ package org.eclipse.cdt.core.model;
/** /**
* Represents a field(variable) declared in an IStructure(struct, class, union). * Represents a field(variable) declared in an IStructure(struct, class, union).
*/ */
public interface IField extends IMember, IVariable { public interface IField extends IMember, IVariableDeclaration {
/** /**
* Returns whether this storage specifier is mutable for the member. * Returns whether this storage specifier is mutable for the member.