isConst abstract method
Checks if this field is const.
Returns:
true
if declared withconst
modifierfalse
otherwise
Note: Const fields are initialized at compile time.
Implementation
bool isConst();
Checks if this field is const.
Returns:
true
if declared with const
modifierfalse
otherwiseNote: Const fields are initialized at compile time.
bool isConst();