public interface ICPPVariable extends IVariable, ICPPBinding
EMPTY_VARIABLE_ARRAYEMPTY_BINDING_ARRAY| Modifier and Type | Method and Description |
|---|---|
boolean |
isConstexpr()
Checks whether this variable is declared as constexpr.
|
boolean |
isExternC()
Checks whether this variable is declared as extern "C".
|
boolean |
isMutable()
Checks whether this variable has the mutable storage class specifier.
|
getInitialValue, getType, isAuto, isExtern, isRegister, isStaticgetQualifiedName, getQualifiedNameCharArray, isGloballyQualifiedgetLinkage, getName, getNameCharArray, getOwner, getScope