isStatic abstract method

bool isStatic()

Checks if this field is static.

Returns:

  • true if declared with static modifier
  • false for instance fields

Note: Static fields can be accessed with a null instance.

Implementation

bool isStatic();