mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +02:00
extends IVariableDeclaration
This commit is contained in:
parent
63e87a6178
commit
7a60d1d167
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ package org.eclipse.cdt.core.model;
|
|||
/**
|
||||
* 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue