mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Adjusted Javadocs.
Change-Id: I91da69eba36c8ee554eff369d89cb0a9848559b1
This commit is contained in:
parent
30b3165eb3
commit
2a7e9108dc
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@ import org.eclipse.cdt.core.dom.ast.IVariable;
|
|||
*/
|
||||
public interface ICPPVariable extends IVariable, ICPPBinding {
|
||||
/**
|
||||
* does this variable have the mutable storage class specifier
|
||||
* Checks whether this variable has the mutable storage class specifier.
|
||||
*/
|
||||
public boolean isMutable();
|
||||
|
||||
/**
|
||||
* Returns whether this variable is declared as extern "C".
|
||||
* Checks whether this variable is declared as extern "C".
|
||||
*/
|
||||
public boolean isExternC();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue